Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TeamsService ¶
type TeamsService struct { Ctx context.Context Cancel context.CancelFunc *auth.AuthService *user.UserService *group.GroupService *group.ProjectService *group.StoryItemService *group.CommentService *common.CommonService *group.StoryService *group.StoryBoardService *group.StoryRoleService }
TeamsService imaplement api.RegisterTeamsAPIServer interface
func NewTeamsService ¶
func NewTeamsService() *TeamsService
NewTeamsService create a new TeamsService
func (*TeamsService) About ¶
func (ts *TeamsService) About(ctx context.Context, req *connect.Request[api.AboutRequest]) (*connect.Response[api.AboutResponse], error)
func (*TeamsService) Version ¶
func (ts *TeamsService) Version(ctx context.Context, req *connect.Request[api.VersionRequest]) (*connect.Response[api.VersionResponse], error)
Click to show internal directories.
Click to hide internal directories.