Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { CreateContent(entityType string, entity interface{}) (string, error) DeleteContent(entityType string, entityIds ...string) error GetContent(entityType, entityId string) (interface{}, error) GetContentBySlug(slug string) (interface{}, error) GetAll(namespace string) ([]interface{}, error) GetAllWithOptions(namespace string, search *entities.Search) ([]interface{}, int, error) UpdateContent(entityType, entityId string, update interface{}) (interface{}, error) ExportCSV(entityName string) (*entities.ResponseStream, error) }
Click to show internal directories.
Click to hide internal directories.