Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cop ¶
type Cop struct {
// contains filtered or unexported fields
}
func (*Cop) RegisterGojiEndpoint ¶
type Service ¶
type Service struct {
Data ServiceData `json:"data"`
}
type ServiceAttributes ¶
type ServiceData ¶
type ServiceData struct {
ID string `json:"id"`
Type string `json:"type"`
Attributes ServiceAttributes `json:"attributes"`
}
Click to show internal directories.
Click to hide internal directories.