Documentation
¶
Index ¶
- type AuthConverter
- type UIDService
- type WebhookRepository
- func (_m *WebhookRepository) Create(item *model.ApplicationWebhook) error
- func (_m *WebhookRepository) Delete(item *model.ApplicationWebhook) error
- func (_m *WebhookRepository) GetByID(id string) (*model.ApplicationWebhook, error)
- func (_m *WebhookRepository) ListByApplicationID(applicationID string) ([]*model.ApplicationWebhook, error)
- func (_m *WebhookRepository) Update(item *model.ApplicationWebhook) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthConverter ¶
AuthConverter is an autogenerated mock type for the AuthConverter type
func (*AuthConverter) InputFromGraphQL ¶
func (_m *AuthConverter) InputFromGraphQL(in *graphql.AuthInput) *model.AuthInput
InputFromGraphQL provides a mock function with given fields: in
type UIDService ¶
UIDService is an autogenerated mock type for the UIDService type
func (*UIDService) Generate ¶
func (_m *UIDService) Generate() string
Generate provides a mock function with given fields:
type WebhookRepository ¶
WebhookRepository is an autogenerated mock type for the WebhookRepository type
func (*WebhookRepository) Create ¶
func (_m *WebhookRepository) Create(item *model.ApplicationWebhook) error
Create provides a mock function with given fields: item
func (*WebhookRepository) Delete ¶
func (_m *WebhookRepository) Delete(item *model.ApplicationWebhook) error
Delete provides a mock function with given fields: item
func (*WebhookRepository) GetByID ¶
func (_m *WebhookRepository) GetByID(id string) (*model.ApplicationWebhook, error)
GetByID provides a mock function with given fields: id
func (*WebhookRepository) ListByApplicationID ¶
func (_m *WebhookRepository) ListByApplicationID(applicationID string) ([]*model.ApplicationWebhook, error)
ListByApplicationID provides a mock function with given fields: applicationID
func (*WebhookRepository) Update ¶
func (_m *WebhookRepository) Update(item *model.ApplicationWebhook) error
Update provides a mock function with given fields: item