Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { Create(p *domain.Group) error Update(p *domain.Group) (*domain.Group, error) Find(p *domain.Group) (*domain.Group, error) FindAll() ([]domain.Group, error) FindByUser(p *domain.User) ([]domain.Group, error) GetPermission(p *domain.Group, dbName string, tableName string) ([]domain.Permission, error) Delete(p *domain.Group) error }
Service interface for project service
Click to show internal directories.
Click to hide internal directories.