Documentation
¶
Index ¶
- func NewAllApiKeysHandler(repo domain.ApiKeyRepository) allApiKeysHandler
- func NewAllApplicationsHandler(applicationsFinder applicationsFinder) allApplicationsHandler
- func NewAllEventTypesHandler(eventTypesFinder eventTypesFinder) allEventTypesHandler
- func NewApplicationHandler(applicationsFinder applicationsFinder) applicationHandler
- func NewEnvironmentsHandler(envRepo domain.EnvironmentRepository) allEnvironmentsHandler
- func NewEventTypeHandler(repo domain.EventTypeRepository) eventTypeHandler
- type AllApiKeys
- type AllApplications
- type AllEnvironments
- type AllEventTypes
- type Application
- type EventType
- type Paginated
- type PaginationParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAllApiKeysHandler ¶
func NewAllApiKeysHandler(repo domain.ApiKeyRepository) allApiKeysHandler
func NewAllApplicationsHandler ¶
func NewAllApplicationsHandler(applicationsFinder applicationsFinder) allApplicationsHandler
func NewAllEventTypesHandler ¶
func NewAllEventTypesHandler(eventTypesFinder eventTypesFinder) allEventTypesHandler
func NewApplicationHandler ¶
func NewApplicationHandler(applicationsFinder applicationsFinder) applicationHandler
func NewEnvironmentsHandler ¶
func NewEnvironmentsHandler(envRepo domain.EnvironmentRepository) allEnvironmentsHandler
func NewEventTypeHandler ¶
func NewEventTypeHandler(repo domain.EventTypeRepository) eventTypeHandler
Types ¶
type AllApiKeys ¶
type AllApplications ¶
type AllApplications struct { PaginationParams EnvironmentID string OrgID string }
type AllEnvironments ¶
type AllEnvironments struct {
OrgID string
}
type AllEventTypes ¶
type AllEventTypes struct { PaginationParams OrgID string }
type Application ¶
type PaginationParams ¶
type PaginationParams struct {
// contains filtered or unexported fields
}
func NewPaginationParams ¶
func NewPaginationParams(page, limit *int) PaginationParams
func (*PaginationParams) Limit ¶
func (p *PaginationParams) Limit() int
func (*PaginationParams) Page ¶
func (p *PaginationParams) Page() int
Click to show internal directories.
Click to hide internal directories.