Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenerateService ¶
type GenerateService interface { //add obj to target service Add(obj interface{}) (interface{}, error) //update obj Update(objOld interface{}, objNew interface{}) error Delete(name string) error }
func NewGenerateService ¶
func NewGenerateService(g Generator) GenerateService
Click to show internal directories.
Click to hide internal directories.