(context.Context, uint)
| 127 | DestroyApplication(context.Context, uint) error |
| 128 | UpdateApplication(context.Context, uint, types.UpdateApplicationRequest) (*models.Application, error) |
| 129 | GetApplication(context.Context, uint) (*models.Application, error) |
| 130 | GetApplications(context.Context, types.GetApplicationsQuery) ([]models.Application, int64, error) |
| 131 | |
| 132 | CreatePersonalAccessToken(context.Context, types.CreatePersonalAccessTokenRequest) (*models.PersonalAccessToken, error) |
no outgoing calls