Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(repository repository.Repository, cache cache.Cache) *service
Types ¶
type Team ¶
type Team interface { CreateTeam(ctx context.Context, request *dto.TeamRequest) (*dto.TeamResponse, error) UpdateTeam(ctx context.Context, id string, request *dto.TeamRequest) error GetTeamByID(ctx context.Context, id string) (*dto.TeamResponse, error) GetTeamByName(ctx context.Context, name *dto.GetTeamByName) (*dto.TeamResponse, error) DeleteTeamByID(ctx context.Context, id string) error }
Click to show internal directories.
Click to hide internal directories.