Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateData ¶
type Service ¶
type Service interface {
Get(GetData) (*Data, error)
Create(CreateData) (*Data, error)
Update(UpdateData) (*Data, error)
Delete(string) (*any, error)
}
func NewService ¶
type UpdateData ¶ added in v1.11.0
Click to show internal directories.
Click to hide internal directories.