feat(docker): Add Dockerfile and compose file
This commit is contained in:
5
app/schema/domain.go
Normal file
5
app/schema/domain.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package schema
|
||||
|
||||
type DomainSchema struct {
|
||||
Name string `json:"name"`
|
||||
}
|
||||
Reference in New Issue
Block a user