init: first steps
This commit is contained in:
9
dto/service.go
Normal file
9
dto/service.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package dto
|
||||
|
||||
import "git.ostiwe.com/ostiwe-com/status/model"
|
||||
|
||||
type PublicService struct {
|
||||
Name string `json:"name"`
|
||||
Description string `json:"description"`
|
||||
Statuses []model.Status `json:"statuses"`
|
||||
}
|
||||
Reference in New Issue
Block a user