Versions in this module Expand all Collapse all v0 v0.15.7 Jan 11, 2026 v0.15.6 Dec 23, 2025 v0.15.5 Nov 23, 2025 v0.15.4 Oct 26, 2025 v0.15.3 Oct 26, 2025 v0.15.2 Oct 26, 2025 v0.15.1 Oct 2, 2025 v0.15.0 Sep 21, 2025 Changes in this version + const OAuth2Scopes + func Handler(si ServerInterface) http.Handler + func HandlerFromMux(si ServerInterface, r chi.Router) http.Handler + func HandlerFromMuxWithBaseURL(si ServerInterface, r chi.Router, baseURL string) http.Handler + func HandlerWithOptions(si ServerInterface, options ChiServerOptions) http.Handler + type AddGroupParent201Response struct + func (response AddGroupParent201Response) VisitAddGroupParentResponse(w http.ResponseWriter) error + type AddGroupParentJSONRequestBody = GroupRelation + type AddGroupParentRequestObject struct + Body *AddGroupParentJSONRequestBody + Id string + type AddGroupParentResponseObject interface + VisitAddGroupParentResponse func(w http.ResponseWriter) error + type AddUserGroup201Response struct + func (response AddUserGroup201Response) VisitAddUserGroupResponse(w http.ResponseWriter) error + type AddUserGroupJSONRequestBody = GroupRelation + type AddUserGroupRequestObject struct + Body *AddUserGroupJSONRequestBody + Id string + type AddUserGroupResponseObject interface + VisitAddUserGroupResponse func(w http.ResponseWriter) error + type ChiServerOptions struct + BaseRouter chi.Router + BaseURL string + ErrorHandlerFunc func(w http.ResponseWriter, r *http.Request, err error) + Middlewares []MiddlewareFunc + type Comment struct + Author string + Created time.Time + Id string + Message string + Ticket string + Updated time.Time + type CommentUpdate struct + Author *string + Message *string + type Config struct + Flags []string + Permissions []string + Tables []Table + type CreateComment200JSONResponse Comment + func (response CreateComment200JSONResponse) VisitCreateCommentResponse(w http.ResponseWriter) error + type CreateCommentJSONRequestBody = NewComment + type CreateCommentRequestObject struct + Body *CreateCommentJSONRequestBody + type CreateCommentResponseObject interface + VisitCreateCommentResponse func(w http.ResponseWriter) error + type CreateFile200JSONResponse File + func (response CreateFile200JSONResponse) VisitCreateFileResponse(w http.ResponseWriter) error + type CreateFileJSONRequestBody = NewFile + type CreateFileRequestObject struct + Body *CreateFileJSONRequestBody + type CreateFileResponseObject interface + VisitCreateFileResponse func(w http.ResponseWriter) error + type CreateGroup200JSONResponse Group + func (response CreateGroup200JSONResponse) VisitCreateGroupResponse(w http.ResponseWriter) error + type CreateGroupJSONRequestBody = NewGroup + type CreateGroupRequestObject struct + Body *CreateGroupJSONRequestBody + type CreateGroupResponseObject interface + VisitCreateGroupResponse func(w http.ResponseWriter) error + type CreateLink200JSONResponse Link + func (response CreateLink200JSONResponse) VisitCreateLinkResponse(w http.ResponseWriter) error + type CreateLinkJSONRequestBody = NewLink + type CreateLinkRequestObject struct + Body *CreateLinkJSONRequestBody + type CreateLinkResponseObject interface + VisitCreateLinkResponse func(w http.ResponseWriter) error + type CreateReaction200JSONResponse Reaction + func (response CreateReaction200JSONResponse) VisitCreateReactionResponse(w http.ResponseWriter) error + type CreateReactionJSONRequestBody = NewReaction + type CreateReactionRequestObject struct + Body *CreateReactionJSONRequestBody + type CreateReactionResponseObject interface + VisitCreateReactionResponse func(w http.ResponseWriter) error + type CreateTask200JSONResponse Task + func (response CreateTask200JSONResponse) VisitCreateTaskResponse(w http.ResponseWriter) error + type CreateTaskJSONRequestBody = NewTask + type CreateTaskRequestObject struct + Body *CreateTaskJSONRequestBody + type CreateTaskResponseObject interface + VisitCreateTaskResponse func(w http.ResponseWriter) error + type CreateTicket200JSONResponse Ticket + func (response CreateTicket200JSONResponse) VisitCreateTicketResponse(w http.ResponseWriter) error + type CreateTicketJSONRequestBody = NewTicket + type CreateTicketRequestObject struct + Body *CreateTicketJSONRequestBody + type CreateTicketResponseObject interface + VisitCreateTicketResponse func(w http.ResponseWriter) error + type CreateTimeline200JSONResponse TimelineEntry + func (response CreateTimeline200JSONResponse) VisitCreateTimelineResponse(w http.ResponseWriter) error + type CreateTimelineJSONRequestBody = NewTimelineEntry + type CreateTimelineRequestObject struct + Body *CreateTimelineJSONRequestBody + type CreateTimelineResponseObject interface + VisitCreateTimelineResponse func(w http.ResponseWriter) error + type CreateType200JSONResponse Type + func (response CreateType200JSONResponse) VisitCreateTypeResponse(w http.ResponseWriter) error + type CreateTypeJSONRequestBody = NewType + type CreateTypeRequestObject struct + Body *CreateTypeJSONRequestBody + type CreateTypeResponseObject interface + VisitCreateTypeResponse func(w http.ResponseWriter) error + type CreateUser200JSONResponse User + func (response CreateUser200JSONResponse) VisitCreateUserResponse(w http.ResponseWriter) error + type CreateUserJSONRequestBody = NewUser + type CreateUserRequestObject struct + Body *CreateUserJSONRequestBody + type CreateUserResponseObject interface + VisitCreateUserResponse func(w http.ResponseWriter) error + type CreateWebhook200JSONResponse Webhook + func (response CreateWebhook200JSONResponse) VisitCreateWebhookResponse(w http.ResponseWriter) error + type CreateWebhookJSONRequestBody = NewWebhook + type CreateWebhookRequestObject struct + Body *CreateWebhookJSONRequestBody + type CreateWebhookResponseObject interface + VisitCreateWebhookResponse func(w http.ResponseWriter) error + type DashboardCounts struct + Count int + Id string + type DeleteComment204Response struct + func (response DeleteComment204Response) VisitDeleteCommentResponse(w http.ResponseWriter) error + type DeleteCommentRequestObject struct + Id string + type DeleteCommentResponseObject interface + VisitDeleteCommentResponse func(w http.ResponseWriter) error + type DeleteFile204Response struct + func (response DeleteFile204Response) VisitDeleteFileResponse(w http.ResponseWriter) error + type DeleteFileRequestObject struct + Id string + type DeleteFileResponseObject interface + VisitDeleteFileResponse func(w http.ResponseWriter) error + type DeleteGroup204Response struct + func (response DeleteGroup204Response) VisitDeleteGroupResponse(w http.ResponseWriter) error + type DeleteGroupRequestObject struct + Id string + type DeleteGroupResponseObject interface + VisitDeleteGroupResponse func(w http.ResponseWriter) error + type DeleteLink204Response struct + func (response DeleteLink204Response) VisitDeleteLinkResponse(w http.ResponseWriter) error + type DeleteLinkRequestObject struct + Id string + type DeleteLinkResponseObject interface + VisitDeleteLinkResponse func(w http.ResponseWriter) error + type DeleteReaction204Response struct + func (response DeleteReaction204Response) VisitDeleteReactionResponse(w http.ResponseWriter) error + type DeleteReactionRequestObject struct + Id string + type DeleteReactionResponseObject interface + VisitDeleteReactionResponse func(w http.ResponseWriter) error + type DeleteTask204Response struct + func (response DeleteTask204Response) VisitDeleteTaskResponse(w http.ResponseWriter) error + type DeleteTaskRequestObject struct + Id string + type DeleteTaskResponseObject interface + VisitDeleteTaskResponse func(w http.ResponseWriter) error + type DeleteTicket204Response struct + func (response DeleteTicket204Response) VisitDeleteTicketResponse(w http.ResponseWriter) error + type DeleteTicketRequestObject struct + Id string + type DeleteTicketResponseObject interface + VisitDeleteTicketResponse func(w http.ResponseWriter) error + type DeleteTimeline204Response struct + func (response DeleteTimeline204Response) VisitDeleteTimelineResponse(w http.ResponseWriter) error + type DeleteTimelineRequestObject struct + Id string + type DeleteTimelineResponseObject interface + VisitDeleteTimelineResponse func(w http.ResponseWriter) error + type DeleteType204Response struct + func (response DeleteType204Response) VisitDeleteTypeResponse(w http.ResponseWriter) error + type DeleteTypeRequestObject struct + Id string + type DeleteTypeResponseObject interface + VisitDeleteTypeResponse func(w http.ResponseWriter) error + type DeleteUser204Response struct + func (response DeleteUser204Response) VisitDeleteUserResponse(w http.ResponseWriter) error + type DeleteUserRequestObject struct + Id string + type DeleteUserResponseObject interface + VisitDeleteUserResponse func(w http.ResponseWriter) error + type DeleteWebhook204Response struct + func (response DeleteWebhook204Response) VisitDeleteWebhookResponse(w http.ResponseWriter) error + type DeleteWebhookRequestObject struct + Id string + type DeleteWebhookResponseObject interface + VisitDeleteWebhookResponse func(w http.ResponseWriter) error + type DownloadFile200ApplicationoctetStreamResponse struct + Body io.Reader + ContentLength int64 + Headers DownloadFile200ResponseHeaders + func (response DownloadFile200ApplicationoctetStreamResponse) VisitDownloadFileResponse(w http.ResponseWriter) error + type DownloadFile200ResponseHeaders struct + ContentDisposition string + ContentType string + type DownloadFileRequestObject struct + Id string + type DownloadFileResponseObject interface + VisitDownloadFileResponse func(w http.ResponseWriter) error + type EmailTemplate struct + Body string + Subject string + type Error struct + Error string + Message string + Status int + type ExtendedComment struct + Author string + AuthorName string + Created time.Time + Id string + Message string + Ticket string + Updated time.Time + type ExtendedTask struct + Created time.Time + Id string + Name string + Open bool + Owner *string + OwnerName *string + Ticket string + TicketName string + TicketType string + Updated time.Time + type ExtendedTicket struct + Created time.Time + Description string + Id string + Name string + Open bool + Owner *string + OwnerName *string + Resolution *string + Schema map[string]interface{} + State map[string]interface{} + Type string + TypePlural string + TypeSingular string + Updated time.Time + type Feature struct + Created time.Time + Id string + Name string + Updated time.Time + type File struct + Created time.Time + Id string + Name string + Size float64 + Ticket string + Updated time.Time + type FileUpdate struct + Name *string + type GetComment200JSONResponse ExtendedComment + func (response GetComment200JSONResponse) VisitGetCommentResponse(w http.ResponseWriter) error + type GetCommentRequestObject struct + Id string + type GetCommentResponseObject interface + VisitGetCommentResponse func(w http.ResponseWriter) error + type GetConfig200JSONResponse Config + func (response GetConfig200JSONResponse) VisitGetConfigResponse(w http.ResponseWriter) error + type GetConfigRequestObject struct + type GetConfigResponseObject interface + VisitGetConfigResponse func(w http.ResponseWriter) error + type GetDashboardCounts200JSONResponse []DashboardCounts + func (response GetDashboardCounts200JSONResponse) VisitGetDashboardCountsResponse(w http.ResponseWriter) error + type GetDashboardCountsRequestObject struct + type GetDashboardCountsResponseObject interface + VisitGetDashboardCountsResponse func(w http.ResponseWriter) error + type GetFile200JSONResponse File + func (response GetFile200JSONResponse) VisitGetFileResponse(w http.ResponseWriter) error + type GetFileRequestObject struct + Id string + type GetFileResponseObject interface + VisitGetFileResponse func(w http.ResponseWriter) error + type GetGroup200JSONResponse Group + func (response GetGroup200JSONResponse) VisitGetGroupResponse(w http.ResponseWriter) error + type GetGroupRequestObject struct + Id string + type GetGroupResponseObject interface + VisitGetGroupResponse func(w http.ResponseWriter) error + type GetLink200JSONResponse Link + func (response GetLink200JSONResponse) VisitGetLinkResponse(w http.ResponseWriter) error + type GetLinkRequestObject struct + Id string + type GetLinkResponseObject interface + VisitGetLinkResponse func(w http.ResponseWriter) error + type GetReaction200JSONResponse Reaction + func (response GetReaction200JSONResponse) VisitGetReactionResponse(w http.ResponseWriter) error + type GetReactionRequestObject struct + Id string + type GetReactionResponseObject interface + VisitGetReactionResponse func(w http.ResponseWriter) error + type GetSettings200JSONResponse Settings + func (response GetSettings200JSONResponse) VisitGetSettingsResponse(w http.ResponseWriter) error + type GetSettingsRequestObject struct + type GetSettingsResponseObject interface + VisitGetSettingsResponse func(w http.ResponseWriter) error + type GetSidebar200JSONResponse []Sidebar + func (response GetSidebar200JSONResponse) VisitGetSidebarResponse(w http.ResponseWriter) error + type GetSidebarRequestObject struct + type GetSidebarResponseObject interface + VisitGetSidebarResponse func(w http.ResponseWriter) error + type GetTask200JSONResponse ExtendedTask + func (response GetTask200JSONResponse) VisitGetTaskResponse(w http.ResponseWriter) error + type GetTaskRequestObject struct + Id string + type GetTaskResponseObject interface + VisitGetTaskResponse func(w http.ResponseWriter) error + type GetTicket200JSONResponse ExtendedTicket + func (response GetTicket200JSONResponse) VisitGetTicketResponse(w http.ResponseWriter) error + type GetTicketRequestObject struct + Id string + type GetTicketResponseObject interface + VisitGetTicketResponse func(w http.ResponseWriter) error + type GetTimeline200JSONResponse TimelineEntry + func (response GetTimeline200JSONResponse) VisitGetTimelineResponse(w http.ResponseWriter) error + type GetTimelineRequestObject struct + Id string + type GetTimelineResponseObject interface + VisitGetTimelineResponse func(w http.ResponseWriter) error + type GetType200JSONResponse Type + func (response GetType200JSONResponse) VisitGetTypeResponse(w http.ResponseWriter) error + type GetTypeRequestObject struct + Id string + type GetTypeResponseObject interface + VisitGetTypeResponse func(w http.ResponseWriter) error + type GetUser200JSONResponse User + func (response GetUser200JSONResponse) VisitGetUserResponse(w http.ResponseWriter) error + type GetUserRequestObject struct + Id string + type GetUserResponseObject interface + VisitGetUserResponse func(w http.ResponseWriter) error + type GetWebhook200JSONResponse Webhook + func (response GetWebhook200JSONResponse) VisitGetWebhookResponse(w http.ResponseWriter) error + type GetWebhookRequestObject struct + Id string + type GetWebhookResponseObject interface + VisitGetWebhookResponse func(w http.ResponseWriter) error + type Group struct + Created time.Time + Id string + Name string + Permissions []string + Updated time.Time + type GroupRelation struct + GroupId string + type GroupUpdate struct + Name *string + Permissions *[]string + type GroupUser struct + Active bool + Avatar *string + Created time.Time + Email *string + Id string + LastResetSentAt *time.Time + LastVerificationSentAt *time.Time + Name *string + Type string + Updated time.Time + Username string + type InvalidParamFormatError struct + Err error + ParamName string + func (e *InvalidParamFormatError) Error() string + func (e *InvalidParamFormatError) Unwrap() error + type Link struct + Created time.Time + Id string + Name string + Ticket string + Updated time.Time + Url string + type LinkUpdate struct + Name *string + Url *string + type ListChildGroups200JSONResponse []UserGroup + func (response ListChildGroups200JSONResponse) VisitListChildGroupsResponse(w http.ResponseWriter) error + type ListChildGroupsRequestObject struct + Id string + type ListChildGroupsResponseObject interface + VisitListChildGroupsResponse func(w http.ResponseWriter) error + type ListComments200JSONResponse struct + Body []ExtendedComment + Headers ListComments200ResponseHeaders + func (response ListComments200JSONResponse) VisitListCommentsResponse(w http.ResponseWriter) error + type ListComments200ResponseHeaders struct + XTotalCount int + type ListCommentsParams struct + Limit *int + Offset *int + Ticket *string + type ListCommentsRequestObject struct + Params ListCommentsParams + type ListCommentsResponseObject interface + VisitListCommentsResponse func(w http.ResponseWriter) error + type ListFiles200JSONResponse struct + Body []File + Headers ListFiles200ResponseHeaders + func (response ListFiles200JSONResponse) VisitListFilesResponse(w http.ResponseWriter) error + type ListFiles200ResponseHeaders struct + XTotalCount int + type ListFilesParams struct + Limit *int + Offset *int + Ticket *string + type ListFilesRequestObject struct + Params ListFilesParams + type ListFilesResponseObject interface + VisitListFilesResponse func(w http.ResponseWriter) error + type ListGroupUsers200JSONResponse []GroupUser + func (response ListGroupUsers200JSONResponse) VisitListGroupUsersResponse(w http.ResponseWriter) error + type ListGroupUsersRequestObject struct + Id string + type ListGroupUsersResponseObject interface + VisitListGroupUsersResponse func(w http.ResponseWriter) error + type ListGroups200JSONResponse struct + Body []Group + Headers ListGroups200ResponseHeaders + func (response ListGroups200JSONResponse) VisitListGroupsResponse(w http.ResponseWriter) error + type ListGroups200ResponseHeaders struct + XTotalCount int + type ListGroupsParams struct + Limit *int + Offset *int + type ListGroupsRequestObject struct + Params ListGroupsParams + type ListGroupsResponseObject interface + VisitListGroupsResponse func(w http.ResponseWriter) error + type ListLinks200JSONResponse struct + Body []Link + Headers ListLinks200ResponseHeaders + func (response ListLinks200JSONResponse) VisitListLinksResponse(w http.ResponseWriter) error + type ListLinks200ResponseHeaders struct + XTotalCount int + type ListLinksParams struct + Limit *int + Offset *int + Ticket *string + type ListLinksRequestObject struct + Params ListLinksParams + type ListLinksResponseObject interface + VisitListLinksResponse func(w http.ResponseWriter) error + type ListParentGroups200JSONResponse []UserGroup + func (response ListParentGroups200JSONResponse) VisitListParentGroupsResponse(w http.ResponseWriter) error + type ListParentGroupsRequestObject struct + Id string + type ListParentGroupsResponseObject interface + VisitListParentGroupsResponse func(w http.ResponseWriter) error + type ListParentPermissions200JSONResponse []string + func (response ListParentPermissions200JSONResponse) VisitListParentPermissionsResponse(w http.ResponseWriter) error + type ListParentPermissionsRequestObject struct + Id string + type ListParentPermissionsResponseObject interface + VisitListParentPermissionsResponse func(w http.ResponseWriter) error + type ListReactions200JSONResponse struct + Body []Reaction + Headers ListReactions200ResponseHeaders + func (response ListReactions200JSONResponse) VisitListReactionsResponse(w http.ResponseWriter) error + type ListReactions200ResponseHeaders struct + XTotalCount int + type ListReactionsParams struct + Limit *int + Offset *int + type ListReactionsRequestObject struct + Params ListReactionsParams + type ListReactionsResponseObject interface + VisitListReactionsResponse func(w http.ResponseWriter) error + type ListTasks200JSONResponse struct + Body []ExtendedTask + Headers ListTasks200ResponseHeaders + func (response ListTasks200JSONResponse) VisitListTasksResponse(w http.ResponseWriter) error + type ListTasks200ResponseHeaders struct + XTotalCount int + type ListTasksParams struct + Limit *int + Offset *int + Ticket *string + type ListTasksRequestObject struct + Params ListTasksParams + type ListTasksResponseObject interface + VisitListTasksResponse func(w http.ResponseWriter) error + type ListTickets200JSONResponse struct + Body []ExtendedTicket + Headers ListTickets200ResponseHeaders + func (response ListTickets200JSONResponse) VisitListTicketsResponse(w http.ResponseWriter) error + type ListTickets200ResponseHeaders struct + XTotalCount int + type ListTicketsParams struct + Limit *int + Offset *int + type ListTicketsRequestObject struct + Params ListTicketsParams + type ListTicketsResponseObject interface + VisitListTicketsResponse func(w http.ResponseWriter) error + type ListTimeline200JSONResponse struct + Body []TimelineEntry + Headers ListTimeline200ResponseHeaders + func (response ListTimeline200JSONResponse) VisitListTimelineResponse(w http.ResponseWriter) error + type ListTimeline200ResponseHeaders struct + XTotalCount int + type ListTimelineParams struct + Limit *int + Offset *int + Ticket *string + type ListTimelineRequestObject struct + Params ListTimelineParams + type ListTimelineResponseObject interface + VisitListTimelineResponse func(w http.ResponseWriter) error + type ListTypes200JSONResponse struct + Body []Type + Headers ListTypes200ResponseHeaders + func (response ListTypes200JSONResponse) VisitListTypesResponse(w http.ResponseWriter) error + type ListTypes200ResponseHeaders struct + XTotalCount int + type ListTypesParams struct + Limit *int + Offset *int + type ListTypesRequestObject struct + Params ListTypesParams + type ListTypesResponseObject interface + VisitListTypesResponse func(w http.ResponseWriter) error + type ListUserGroups200JSONResponse []UserGroup + func (response ListUserGroups200JSONResponse) VisitListUserGroupsResponse(w http.ResponseWriter) error + type ListUserGroupsRequestObject struct + Id string + type ListUserGroupsResponseObject interface + VisitListUserGroupsResponse func(w http.ResponseWriter) error + type ListUserPermissions200JSONResponse []string + func (response ListUserPermissions200JSONResponse) VisitListUserPermissionsResponse(w http.ResponseWriter) error + type ListUserPermissionsRequestObject struct + Id string + type ListUserPermissionsResponseObject interface + VisitListUserPermissionsResponse func(w http.ResponseWriter) error + type ListUsers200JSONResponse struct + Body []User + Headers ListUsers200ResponseHeaders + func (response ListUsers200JSONResponse) VisitListUsersResponse(w http.ResponseWriter) error + type ListUsers200ResponseHeaders struct + XTotalCount int + type ListUsersParams struct + Limit *int + Offset *int + type ListUsersRequestObject struct + Params ListUsersParams + type ListUsersResponseObject interface + VisitListUsersResponse func(w http.ResponseWriter) error + type ListWebhooks200JSONResponse struct + Body []Webhook + Headers ListWebhooks200ResponseHeaders + func (response ListWebhooks200JSONResponse) VisitListWebhooksResponse(w http.ResponseWriter) error + type ListWebhooks200ResponseHeaders struct + XTotalCount int + type ListWebhooksParams struct + Limit *int + Offset *int + type ListWebhooksRequestObject struct + Params ListWebhooksParams + type ListWebhooksResponseObject interface + VisitListWebhooksResponse func(w http.ResponseWriter) error + type MiddlewareFunc func(http.Handler) http.Handler + type NewComment struct + Author string + Message string + Ticket string + type NewFeature struct + Name string + type NewFile struct + Blob string + Name string + Ticket string + type NewGroup struct + Name string + Permissions []string + type NewLink struct + Name string + Ticket string + Url string + type NewReaction struct + Action string + Actiondata map[string]interface{} + Name string + Trigger string + Triggerdata map[string]interface{} + type NewTask struct + Name string + Open bool + Owner *string + Ticket string + type NewTicket struct + Description string + Name string + Open bool + Owner *string + Resolution *string + Schema map[string]interface{} + State map[string]interface{} + Type string + type NewTimelineEntry struct + Message string + Ticket string + Time time.Time + type NewType struct + Icon *string + Plural string + Schema map[string]interface{} + Singular string + type NewUser struct + Active bool + Avatar *string + Email *string + Name *string + Username string + type NewWebhook struct + Collection string + Destination string + Name string + type Reaction struct + Action string + Actiondata map[string]interface{} + Created time.Time + Id string + Name string + Trigger string + Triggerdata map[string]interface{} + Updated time.Time + type ReactionUpdate struct + Action *string + Actiondata *map[string]interface{} + Name *string + Trigger *string + Triggerdata *map[string]interface{} + type RemoveGroupParent204Response struct + func (response RemoveGroupParent204Response) VisitRemoveGroupParentResponse(w http.ResponseWriter) error + type RemoveGroupParentRequestObject struct + Id string + ParentGroupId string + type RemoveGroupParentResponseObject interface + VisitRemoveGroupParentResponse func(w http.ResponseWriter) error + type RemoveUserGroup204Response struct + func (response RemoveUserGroup204Response) VisitRemoveUserGroupResponse(w http.ResponseWriter) error + type RemoveUserGroupRequestObject struct + GroupId string + Id string + type RemoveUserGroupResponseObject interface + VisitRemoveUserGroupResponse func(w http.ResponseWriter) error + type RequiredHeaderError struct + Err error + ParamName string + func (e *RequiredHeaderError) Error() string + func (e *RequiredHeaderError) Unwrap() error + type RequiredParamError struct + ParamName string + func (e *RequiredParamError) Error() string + type SearchTickets200JSONResponse struct + Body []TicketSearch + Headers SearchTickets200ResponseHeaders + func (response SearchTickets200JSONResponse) VisitSearchTicketsResponse(w http.ResponseWriter) error + type SearchTickets200ResponseHeaders struct + XTotalCount int + type SearchTicketsParams struct + Limit *int + Offset *int + Open *bool + Query *string + Type *string + type SearchTicketsRequestObject struct + Params SearchTicketsParams + type SearchTicketsResponseObject interface + VisitSearchTicketsResponse func(w http.ResponseWriter) error + type ServerInterface interface + AddGroupParent func(w http.ResponseWriter, r *http.Request, id string) + AddUserGroup func(w http.ResponseWriter, r *http.Request, id string) + CreateComment func(w http.ResponseWriter, r *http.Request) + CreateFile func(w http.ResponseWriter, r *http.Request) + CreateGroup func(w http.ResponseWriter, r *http.Request) + CreateLink func(w http.ResponseWriter, r *http.Request) + CreateReaction func(w http.ResponseWriter, r *http.Request) + CreateTask func(w http.ResponseWriter, r *http.Request) + CreateTicket func(w http.ResponseWriter, r *http.Request) + CreateTimeline func(w http.ResponseWriter, r *http.Request) + CreateType func(w http.ResponseWriter, r *http.Request) + CreateUser func(w http.ResponseWriter, r *http.Request) + CreateWebhook func(w http.ResponseWriter, r *http.Request) + DeleteComment func(w http.ResponseWriter, r *http.Request, id string) + DeleteFile func(w http.ResponseWriter, r *http.Request, id string) + DeleteGroup func(w http.ResponseWriter, r *http.Request, id string) + DeleteLink func(w http.ResponseWriter, r *http.Request, id string) + DeleteReaction func(w http.ResponseWriter, r *http.Request, id string) + DeleteTask func(w http.ResponseWriter, r *http.Request, id string) + DeleteTicket func(w http.ResponseWriter, r *http.Request, id string) + DeleteTimeline func(w http.ResponseWriter, r *http.Request, id string) + DeleteType func(w http.ResponseWriter, r *http.Request, id string) + DeleteUser func(w http.ResponseWriter, r *http.Request, id string) + DeleteWebhook func(w http.ResponseWriter, r *http.Request, id string) + DownloadFile func(w http.ResponseWriter, r *http.Request, id string) + GetComment func(w http.ResponseWriter, r *http.Request, id string) + GetConfig func(w http.ResponseWriter, r *http.Request) + GetDashboardCounts func(w http.ResponseWriter, r *http.Request) + GetFile func(w http.ResponseWriter, r *http.Request, id string) + GetGroup func(w http.ResponseWriter, r *http.Request, id string) + GetLink func(w http.ResponseWriter, r *http.Request, id string) + GetReaction func(w http.ResponseWriter, r *http.Request, id string) + GetSettings func(w http.ResponseWriter, r *http.Request) + GetSidebar func(w http.ResponseWriter, r *http.Request) + GetTask func(w http.ResponseWriter, r *http.Request, id string) + GetTicket func(w http.ResponseWriter, r *http.Request, id string) + GetTimeline func(w http.ResponseWriter, r *http.Request, id string) + GetType func(w http.ResponseWriter, r *http.Request, id string) + GetUser func(w http.ResponseWriter, r *http.Request, id string) + GetWebhook func(w http.ResponseWriter, r *http.Request, id string) + ListChildGroups func(w http.ResponseWriter, r *http.Request, id string) + ListComments func(w http.ResponseWriter, r *http.Request, params ListCommentsParams) + ListFiles func(w http.ResponseWriter, r *http.Request, params ListFilesParams) + ListGroupUsers func(w http.ResponseWriter, r *http.Request, id string) + ListGroups func(w http.ResponseWriter, r *http.Request, params ListGroupsParams) + ListLinks func(w http.ResponseWriter, r *http.Request, params ListLinksParams) + ListParentGroups func(w http.ResponseWriter, r *http.Request, id string) + ListParentPermissions func(w http.ResponseWriter, r *http.Request, id string) + ListReactions func(w http.ResponseWriter, r *http.Request, params ListReactionsParams) + ListTasks func(w http.ResponseWriter, r *http.Request, params ListTasksParams) + ListTickets func(w http.ResponseWriter, r *http.Request, params ListTicketsParams) + ListTimeline func(w http.ResponseWriter, r *http.Request, params ListTimelineParams) + ListTypes func(w http.ResponseWriter, r *http.Request, params ListTypesParams) + ListUserGroups func(w http.ResponseWriter, r *http.Request, id string) + ListUserPermissions func(w http.ResponseWriter, r *http.Request, id string) + ListUsers func(w http.ResponseWriter, r *http.Request, params ListUsersParams) + ListWebhooks func(w http.ResponseWriter, r *http.Request, params ListWebhooksParams) + RemoveGroupParent func(w http.ResponseWriter, r *http.Request, id string, parentGroupId string) + RemoveUserGroup func(w http.ResponseWriter, r *http.Request, id string, groupId string) + SearchTickets func(w http.ResponseWriter, r *http.Request, params SearchTicketsParams) + UpdateComment func(w http.ResponseWriter, r *http.Request, id string) + UpdateGroup func(w http.ResponseWriter, r *http.Request, id string) + UpdateLink func(w http.ResponseWriter, r *http.Request, id string) + UpdateReaction func(w http.ResponseWriter, r *http.Request, id string) + UpdateSettings func(w http.ResponseWriter, r *http.Request) + UpdateTask func(w http.ResponseWriter, r *http.Request, id string) + UpdateTicket func(w http.ResponseWriter, r *http.Request, id string) + UpdateTimeline func(w http.ResponseWriter, r *http.Request, id string) + UpdateType func(w http.ResponseWriter, r *http.Request, id string) + UpdateUser func(w http.ResponseWriter, r *http.Request, id string) + UpdateWebhook func(w http.ResponseWriter, r *http.Request, id string) + func NewStrictHandler(ssi StrictServerInterface, middlewares []StrictMiddlewareFunc) ServerInterface + func NewStrictHandlerWithOptions(ssi StrictServerInterface, middlewares []StrictMiddlewareFunc, ...) ServerInterface + type ServerInterfaceWrapper struct + ErrorHandlerFunc func(w http.ResponseWriter, r *http.Request, err error) + Handler ServerInterface + HandlerMiddlewares []MiddlewareFunc + func (siw *ServerInterfaceWrapper) AddGroupParent(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) AddUserGroup(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) CreateComment(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) CreateFile(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) CreateGroup(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) CreateLink(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) CreateReaction(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) CreateTask(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) CreateTicket(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) CreateTimeline(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) CreateType(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) CreateUser(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) CreateWebhook(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) DeleteComment(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) DeleteFile(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) DeleteGroup(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) DeleteLink(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) DeleteReaction(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) DeleteTask(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) DeleteTicket(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) DeleteTimeline(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) DeleteType(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) DeleteUser(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) DeleteWebhook(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) DownloadFile(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetComment(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetConfig(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetDashboardCounts(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetFile(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetGroup(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetLink(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetReaction(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetSettings(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetSidebar(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetTask(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetTicket(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetTimeline(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetType(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetUser(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) GetWebhook(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListChildGroups(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListComments(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListFiles(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListGroupUsers(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListGroups(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListLinks(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListParentGroups(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListParentPermissions(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListReactions(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListTasks(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListTickets(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListTimeline(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListTypes(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListUserGroups(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListUserPermissions(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListUsers(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) ListWebhooks(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) RemoveGroupParent(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) RemoveUserGroup(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) SearchTickets(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) UpdateComment(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) UpdateGroup(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) UpdateLink(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) UpdateReaction(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) UpdateSettings(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) UpdateTask(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) UpdateTicket(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) UpdateTimeline(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) UpdateType(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) UpdateUser(w http.ResponseWriter, r *http.Request) + func (siw *ServerInterfaceWrapper) UpdateWebhook(w http.ResponseWriter, r *http.Request) + type Settings struct + Meta SettingsMeta + Smtp SettingsSmtp + type SettingsMeta struct + AppName string + AppUrl string + ResetPasswordTemplate EmailTemplate + SenderAddress string + SenderName string + type SettingsSmtp struct + AuthMethod string + Enabled bool + Host string + LocalName string + Password string + Port int + Tls bool + Username string + type Sidebar struct + Count int + Icon *string + Id string + Plural string + Singular string + type StrictHTTPServerOptions struct + RequestErrorHandlerFunc func(w http.ResponseWriter, r *http.Request, err error) + ResponseErrorHandlerFunc func(w http.ResponseWriter, r *http.Request, err error) + type StrictHandlerFunc = strictnethttp.StrictHTTPHandlerFunc + type StrictMiddlewareFunc = strictnethttp.StrictHTTPMiddlewareFunc + type StrictServerInterface interface + AddGroupParent func(ctx context.Context, request AddGroupParentRequestObject) (AddGroupParentResponseObject, error) + AddUserGroup func(ctx context.Context, request AddUserGroupRequestObject) (AddUserGroupResponseObject, error) + CreateComment func(ctx context.Context, request CreateCommentRequestObject) (CreateCommentResponseObject, error) + CreateFile func(ctx context.Context, request CreateFileRequestObject) (CreateFileResponseObject, error) + CreateGroup func(ctx context.Context, request CreateGroupRequestObject) (CreateGroupResponseObject, error) + CreateLink func(ctx context.Context, request CreateLinkRequestObject) (CreateLinkResponseObject, error) + CreateReaction func(ctx context.Context, request CreateReactionRequestObject) (CreateReactionResponseObject, error) + CreateTask func(ctx context.Context, request CreateTaskRequestObject) (CreateTaskResponseObject, error) + CreateTicket func(ctx context.Context, request CreateTicketRequestObject) (CreateTicketResponseObject, error) + CreateTimeline func(ctx context.Context, request CreateTimelineRequestObject) (CreateTimelineResponseObject, error) + CreateType func(ctx context.Context, request CreateTypeRequestObject) (CreateTypeResponseObject, error) + CreateUser func(ctx context.Context, request CreateUserRequestObject) (CreateUserResponseObject, error) + CreateWebhook func(ctx context.Context, request CreateWebhookRequestObject) (CreateWebhookResponseObject, error) + DeleteComment func(ctx context.Context, request DeleteCommentRequestObject) (DeleteCommentResponseObject, error) + DeleteFile func(ctx context.Context, request DeleteFileRequestObject) (DeleteFileResponseObject, error) + DeleteGroup func(ctx context.Context, request DeleteGroupRequestObject) (DeleteGroupResponseObject, error) + DeleteLink func(ctx context.Context, request DeleteLinkRequestObject) (DeleteLinkResponseObject, error) + DeleteReaction func(ctx context.Context, request DeleteReactionRequestObject) (DeleteReactionResponseObject, error) + DeleteTask func(ctx context.Context, request DeleteTaskRequestObject) (DeleteTaskResponseObject, error) + DeleteTicket func(ctx context.Context, request DeleteTicketRequestObject) (DeleteTicketResponseObject, error) + DeleteTimeline func(ctx context.Context, request DeleteTimelineRequestObject) (DeleteTimelineResponseObject, error) + DeleteType func(ctx context.Context, request DeleteTypeRequestObject) (DeleteTypeResponseObject, error) + DeleteUser func(ctx context.Context, request DeleteUserRequestObject) (DeleteUserResponseObject, error) + DeleteWebhook func(ctx context.Context, request DeleteWebhookRequestObject) (DeleteWebhookResponseObject, error) + DownloadFile func(ctx context.Context, request DownloadFileRequestObject) (DownloadFileResponseObject, error) + GetComment func(ctx context.Context, request GetCommentRequestObject) (GetCommentResponseObject, error) + GetConfig func(ctx context.Context, request GetConfigRequestObject) (GetConfigResponseObject, error) + GetDashboardCounts func(ctx context.Context, request GetDashboardCountsRequestObject) (GetDashboardCountsResponseObject, error) + GetFile func(ctx context.Context, request GetFileRequestObject) (GetFileResponseObject, error) + GetGroup func(ctx context.Context, request GetGroupRequestObject) (GetGroupResponseObject, error) + GetLink func(ctx context.Context, request GetLinkRequestObject) (GetLinkResponseObject, error) + GetReaction func(ctx context.Context, request GetReactionRequestObject) (GetReactionResponseObject, error) + GetSettings func(ctx context.Context, request GetSettingsRequestObject) (GetSettingsResponseObject, error) + GetSidebar func(ctx context.Context, request GetSidebarRequestObject) (GetSidebarResponseObject, error) + GetTask func(ctx context.Context, request GetTaskRequestObject) (GetTaskResponseObject, error) + GetTicket func(ctx context.Context, request GetTicketRequestObject) (GetTicketResponseObject, error) + GetTimeline func(ctx context.Context, request GetTimelineRequestObject) (GetTimelineResponseObject, error) + GetType func(ctx context.Context, request GetTypeRequestObject) (GetTypeResponseObject, error) + GetUser func(ctx context.Context, request GetUserRequestObject) (GetUserResponseObject, error) + GetWebhook func(ctx context.Context, request GetWebhookRequestObject) (GetWebhookResponseObject, error) + ListChildGroups func(ctx context.Context, request ListChildGroupsRequestObject) (ListChildGroupsResponseObject, error) + ListComments func(ctx context.Context, request ListCommentsRequestObject) (ListCommentsResponseObject, error) + ListFiles func(ctx context.Context, request ListFilesRequestObject) (ListFilesResponseObject, error) + ListGroupUsers func(ctx context.Context, request ListGroupUsersRequestObject) (ListGroupUsersResponseObject, error) + ListGroups func(ctx context.Context, request ListGroupsRequestObject) (ListGroupsResponseObject, error) + ListLinks func(ctx context.Context, request ListLinksRequestObject) (ListLinksResponseObject, error) + ListParentGroups func(ctx context.Context, request ListParentGroupsRequestObject) (ListParentGroupsResponseObject, error) + ListParentPermissions func(ctx context.Context, request ListParentPermissionsRequestObject) (ListParentPermissionsResponseObject, error) + ListReactions func(ctx context.Context, request ListReactionsRequestObject) (ListReactionsResponseObject, error) + ListTasks func(ctx context.Context, request ListTasksRequestObject) (ListTasksResponseObject, error) + ListTickets func(ctx context.Context, request ListTicketsRequestObject) (ListTicketsResponseObject, error) + ListTimeline func(ctx context.Context, request ListTimelineRequestObject) (ListTimelineResponseObject, error) + ListTypes func(ctx context.Context, request ListTypesRequestObject) (ListTypesResponseObject, error) + ListUserGroups func(ctx context.Context, request ListUserGroupsRequestObject) (ListUserGroupsResponseObject, error) + ListUserPermissions func(ctx context.Context, request ListUserPermissionsRequestObject) (ListUserPermissionsResponseObject, error) + ListUsers func(ctx context.Context, request ListUsersRequestObject) (ListUsersResponseObject, error) + ListWebhooks func(ctx context.Context, request ListWebhooksRequestObject) (ListWebhooksResponseObject, error) + RemoveGroupParent func(ctx context.Context, request RemoveGroupParentRequestObject) (RemoveGroupParentResponseObject, error) + RemoveUserGroup func(ctx context.Context, request RemoveUserGroupRequestObject) (RemoveUserGroupResponseObject, error) + SearchTickets func(ctx context.Context, request SearchTicketsRequestObject) (SearchTicketsResponseObject, error) + UpdateComment func(ctx context.Context, request UpdateCommentRequestObject) (UpdateCommentResponseObject, error) + UpdateGroup func(ctx context.Context, request UpdateGroupRequestObject) (UpdateGroupResponseObject, error) + UpdateLink func(ctx context.Context, request UpdateLinkRequestObject) (UpdateLinkResponseObject, error) + UpdateReaction func(ctx context.Context, request UpdateReactionRequestObject) (UpdateReactionResponseObject, error) + UpdateSettings func(ctx context.Context, request UpdateSettingsRequestObject) (UpdateSettingsResponseObject, error) + UpdateTask func(ctx context.Context, request UpdateTaskRequestObject) (UpdateTaskResponseObject, error) + UpdateTicket func(ctx context.Context, request UpdateTicketRequestObject) (UpdateTicketResponseObject, error) + UpdateTimeline func(ctx context.Context, request UpdateTimelineRequestObject) (UpdateTimelineResponseObject, error) + UpdateType func(ctx context.Context, request UpdateTypeRequestObject) (UpdateTypeResponseObject, error) + UpdateUser func(ctx context.Context, request UpdateUserRequestObject) (UpdateUserResponseObject, error) + UpdateWebhook func(ctx context.Context, request UpdateWebhookRequestObject) (UpdateWebhookResponseObject, error) + type Table struct + Id string + Name string + type Task struct + Created time.Time + Id string + Name string + Open bool + Owner *string + Ticket string + Updated time.Time + type TaskUpdate struct + Name *string + Open *bool + Owner *string + type Ticket struct + Created time.Time + Description string + Id string + Name string + Open bool + Owner *string + Resolution *string + Schema map[string]interface{} + State map[string]interface{} + Type string + Updated time.Time + type TicketSearch struct + Created time.Time + Description string + Id string + Name string + Open bool + OwnerName string + State map[string]interface{} + Type string + type TicketUpdate struct + Description *string + Name *string + Open *bool + Owner *string + Resolution *string + Schema *map[string]interface{} + State *map[string]interface{} + Type *string + type TimelineEntry struct + Created time.Time + Id string + Message string + Ticket string + Time time.Time + Updated time.Time + type TimelineEntryUpdate struct + Message *string + Time *time.Time + type TooManyValuesForParamError struct + Count int + ParamName string + func (e *TooManyValuesForParamError) Error() string + type Type struct + Created time.Time + Icon *string + Id string + Plural string + Schema map[string]interface{} + Singular string + Updated time.Time + type TypeUpdate struct + Icon *string + Plural *string + Schema *map[string]interface{} + Singular *string + type UnescapedCookieParamError struct + Err error + ParamName string + func (e *UnescapedCookieParamError) Error() string + func (e *UnescapedCookieParamError) Unwrap() error + type Unimplemented struct + func (_ Unimplemented) AddGroupParent(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) AddUserGroup(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) CreateComment(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) CreateFile(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) CreateGroup(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) CreateLink(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) CreateReaction(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) CreateTask(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) CreateTicket(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) CreateTimeline(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) CreateType(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) CreateUser(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) CreateWebhook(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) DeleteComment(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) DeleteFile(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) DeleteGroup(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) DeleteLink(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) DeleteReaction(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) DeleteTask(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) DeleteTicket(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) DeleteTimeline(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) DeleteType(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) DeleteUser(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) DeleteWebhook(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) DownloadFile(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) GetComment(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) GetConfig(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) GetDashboardCounts(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) GetFile(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) GetGroup(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) GetLink(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) GetReaction(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) GetSettings(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) GetSidebar(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) GetTask(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) GetTicket(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) GetTimeline(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) GetType(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) GetUser(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) GetWebhook(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) ListChildGroups(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) ListComments(w http.ResponseWriter, r *http.Request, params ListCommentsParams) + func (_ Unimplemented) ListFiles(w http.ResponseWriter, r *http.Request, params ListFilesParams) + func (_ Unimplemented) ListGroupUsers(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) ListGroups(w http.ResponseWriter, r *http.Request, params ListGroupsParams) + func (_ Unimplemented) ListLinks(w http.ResponseWriter, r *http.Request, params ListLinksParams) + func (_ Unimplemented) ListParentGroups(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) ListParentPermissions(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) ListReactions(w http.ResponseWriter, r *http.Request, params ListReactionsParams) + func (_ Unimplemented) ListTasks(w http.ResponseWriter, r *http.Request, params ListTasksParams) + func (_ Unimplemented) ListTickets(w http.ResponseWriter, r *http.Request, params ListTicketsParams) + func (_ Unimplemented) ListTimeline(w http.ResponseWriter, r *http.Request, params ListTimelineParams) + func (_ Unimplemented) ListTypes(w http.ResponseWriter, r *http.Request, params ListTypesParams) + func (_ Unimplemented) ListUserGroups(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) ListUserPermissions(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) ListUsers(w http.ResponseWriter, r *http.Request, params ListUsersParams) + func (_ Unimplemented) ListWebhooks(w http.ResponseWriter, r *http.Request, params ListWebhooksParams) + func (_ Unimplemented) RemoveGroupParent(w http.ResponseWriter, r *http.Request, id string, parentGroupId string) + func (_ Unimplemented) RemoveUserGroup(w http.ResponseWriter, r *http.Request, id string, groupId string) + func (_ Unimplemented) SearchTickets(w http.ResponseWriter, r *http.Request, params SearchTicketsParams) + func (_ Unimplemented) UpdateComment(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) UpdateGroup(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) UpdateLink(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) UpdateReaction(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) UpdateSettings(w http.ResponseWriter, r *http.Request) + func (_ Unimplemented) UpdateTask(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) UpdateTicket(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) UpdateTimeline(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) UpdateType(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) UpdateUser(w http.ResponseWriter, r *http.Request, id string) + func (_ Unimplemented) UpdateWebhook(w http.ResponseWriter, r *http.Request, id string) + type UnmarshalingParamError struct + Err error + ParamName string + func (e *UnmarshalingParamError) Error() string + func (e *UnmarshalingParamError) Unwrap() error + type UpdateComment200JSONResponse Comment + func (response UpdateComment200JSONResponse) VisitUpdateCommentResponse(w http.ResponseWriter) error + type UpdateCommentJSONRequestBody = CommentUpdate + type UpdateCommentRequestObject struct + Body *UpdateCommentJSONRequestBody + Id string + type UpdateCommentResponseObject interface + VisitUpdateCommentResponse func(w http.ResponseWriter) error + type UpdateGroup200JSONResponse Group + func (response UpdateGroup200JSONResponse) VisitUpdateGroupResponse(w http.ResponseWriter) error + type UpdateGroupJSONRequestBody = GroupUpdate + type UpdateGroupRequestObject struct + Body *UpdateGroupJSONRequestBody + Id string + type UpdateGroupResponseObject interface + VisitUpdateGroupResponse func(w http.ResponseWriter) error + type UpdateLink200JSONResponse Link + func (response UpdateLink200JSONResponse) VisitUpdateLinkResponse(w http.ResponseWriter) error + type UpdateLinkJSONRequestBody = LinkUpdate + type UpdateLinkRequestObject struct + Body *UpdateLinkJSONRequestBody + Id string + type UpdateLinkResponseObject interface + VisitUpdateLinkResponse func(w http.ResponseWriter) error + type UpdateReaction200JSONResponse Reaction + func (response UpdateReaction200JSONResponse) VisitUpdateReactionResponse(w http.ResponseWriter) error + type UpdateReactionJSONRequestBody = ReactionUpdate + type UpdateReactionRequestObject struct + Body *UpdateReactionJSONRequestBody + Id string + type UpdateReactionResponseObject interface + VisitUpdateReactionResponse func(w http.ResponseWriter) error + type UpdateSettings200JSONResponse Settings + func (response UpdateSettings200JSONResponse) VisitUpdateSettingsResponse(w http.ResponseWriter) error + type UpdateSettingsJSONRequestBody = Settings + type UpdateSettingsRequestObject struct + Body *UpdateSettingsJSONRequestBody + type UpdateSettingsResponseObject interface + VisitUpdateSettingsResponse func(w http.ResponseWriter) error + type UpdateTask200JSONResponse Task + func (response UpdateTask200JSONResponse) VisitUpdateTaskResponse(w http.ResponseWriter) error + type UpdateTaskJSONRequestBody = TaskUpdate + type UpdateTaskRequestObject struct + Body *UpdateTaskJSONRequestBody + Id string + type UpdateTaskResponseObject interface + VisitUpdateTaskResponse func(w http.ResponseWriter) error + type UpdateTicket200JSONResponse Ticket + func (response UpdateTicket200JSONResponse) VisitUpdateTicketResponse(w http.ResponseWriter) error + type UpdateTicketJSONRequestBody = TicketUpdate + type UpdateTicketRequestObject struct + Body *UpdateTicketJSONRequestBody + Id string + type UpdateTicketResponseObject interface + VisitUpdateTicketResponse func(w http.ResponseWriter) error + type UpdateTimeline200JSONResponse TimelineEntry + func (response UpdateTimeline200JSONResponse) VisitUpdateTimelineResponse(w http.ResponseWriter) error + type UpdateTimelineJSONRequestBody = TimelineEntryUpdate + type UpdateTimelineRequestObject struct + Body *UpdateTimelineJSONRequestBody + Id string + type UpdateTimelineResponseObject interface + VisitUpdateTimelineResponse func(w http.ResponseWriter) error + type UpdateType200JSONResponse Type + func (response UpdateType200JSONResponse) VisitUpdateTypeResponse(w http.ResponseWriter) error + type UpdateTypeJSONRequestBody = TypeUpdate + type UpdateTypeRequestObject struct + Body *UpdateTypeJSONRequestBody + Id string + type UpdateTypeResponseObject interface + VisitUpdateTypeResponse func(w http.ResponseWriter) error + type UpdateUser200JSONResponse User + func (response UpdateUser200JSONResponse) VisitUpdateUserResponse(w http.ResponseWriter) error + type UpdateUserJSONRequestBody = UserUpdate + type UpdateUserRequestObject struct + Body *UpdateUserJSONRequestBody + Id string + type UpdateUserResponseObject interface + VisitUpdateUserResponse func(w http.ResponseWriter) error + type UpdateWebhook200JSONResponse Webhook + func (response UpdateWebhook200JSONResponse) VisitUpdateWebhookResponse(w http.ResponseWriter) error + type UpdateWebhookJSONRequestBody = WebhookUpdate + type UpdateWebhookRequestObject struct + Body *UpdateWebhookJSONRequestBody + Id string + type UpdateWebhookResponseObject interface + VisitUpdateWebhookResponse func(w http.ResponseWriter) error + type User struct + Active bool + Avatar *string + Created time.Time + Email *string + Id string + LastResetSentAt *time.Time + LastVerificationSentAt *time.Time + Name *string + Updated time.Time + Username string + type UserGroup struct + Created time.Time + Id string + Name string + Permissions []string + Type string + Updated time.Time + type UserUpdate struct + Active *bool + Avatar *string + Email *string + Name *string + Password *string + PasswordConfirm *string + Username *string + type Webhook struct + Collection string + Created time.Time + Destination string + Id string + Name string + Updated time.Time + type WebhookUpdate struct + Collection *string + Destination *string + Name *string v0.15.0-rc.10 Sep 21, 2025 v0.15.0-rc.9 Sep 21, 2025 v0.15.0-rc.8 Sep 4, 2025 v0.15.0-rc.7 Sep 2, 2025 v0.15.0-rc.6 Sep 2, 2025 v0.15.0-rc.5 Sep 2, 2025 v0.15.0-rc.4 Sep 2, 2025 v0.15.0-rc.3 Sep 2, 2025 v0.15.0-rc.2 Sep 2, 2025 v0.15.0-rc.1 Sep 2, 2025