Documentation ¶
Index ¶
- type AppConfigurationsService
- func (s *AppConfigurationsService) Create(model *models.AppConfiguration) *logger.HttpError
- func (s *AppConfigurationsService) Delete(id uint) *logger.HttpError
- func (s *AppConfigurationsService) Get(model *models.AppConfiguration, filter string, args ...any) *logger.HttpError
- func (s *AppConfigurationsService) List(filter string, args ...any) (*models.AppConfigurations, *logger.HttpError)
- func (s *AppConfigurationsService) Update(model *models.AppConfiguration) *logger.HttpError
- func (s *AppConfigurationsService) Validate(model *models.AppConfiguration) *logger.HttpError
- type AppEnvironmentsService
- func (s *AppEnvironmentsService) Create(model *models.AppEnvironment) *logger.HttpError
- func (s *AppEnvironmentsService) Delete(id uint) *logger.HttpError
- func (s *AppEnvironmentsService) Get(model *models.AppEnvironment, filter string, args ...any) *logger.HttpError
- func (s *AppEnvironmentsService) List(filter string, args ...any) (*models.AppEnvironments, *logger.HttpError)
- func (s *AppEnvironmentsService) Update(model *models.AppEnvironment) *logger.HttpError
- func (s *AppEnvironmentsService) Validate(model *models.AppEnvironment) *logger.HttpError
- type AppRouteMethodsService
- func (s *AppRouteMethodsService) Create(model *models.AppRouteMethod) *logger.HttpError
- func (s *AppRouteMethodsService) Delete(id uint) *logger.HttpError
- func (s *AppRouteMethodsService) Get(model *models.AppRouteMethod, filter string, args ...any) *logger.HttpError
- func (s *AppRouteMethodsService) List(filter string, args ...any) (*models.AppRouteMethods, *logger.HttpError)
- func (s *AppRouteMethodsService) Update(model *models.AppRouteMethod) *logger.HttpError
- func (s *AppRouteMethodsService) Validate(model *models.AppRouteMethod) *logger.HttpError
- type AppRoutesService
- func (s *AppRoutesService) Create(model *models.AppRoute) *logger.HttpError
- func (s *AppRoutesService) Delete(id uint) *logger.HttpError
- func (s *AppRoutesService) Get(model *models.AppRoute, filter string, args ...any) *logger.HttpError
- func (s *AppRoutesService) List(filter string, args ...any) (*models.AppRoutes, *logger.HttpError)
- func (s *AppRoutesService) Update(model *models.AppRoute) *logger.HttpError
- func (s *AppRoutesService) Validate(model *models.AppRoute) *logger.HttpError
- type ApplicationsService
- func (s *ApplicationsService) Create(model *models.Application) *logger.HttpError
- func (s *ApplicationsService) Delete(id uint) *logger.HttpError
- func (s *ApplicationsService) Get(model *models.Application, filter string, args ...any) *logger.HttpError
- func (s *ApplicationsService) List(filter string, args ...any) (*models.Applications, *logger.HttpError)
- func (s *ApplicationsService) Update(model *models.Application) *logger.HttpError
- func (s *ApplicationsService) Validate(model *models.Application) *logger.HttpError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConfigurationsService ¶
type AppConfigurationsService struct {
// contains filtered or unexported fields
}
func NewAppConfigurationsService ¶
func NewAppConfigurationsService(payload *payload.Payload) *AppConfigurationsService
func (*AppConfigurationsService) Create ¶
func (s *AppConfigurationsService) Create(model *models.AppConfiguration) *logger.HttpError
Create creates a new user document or returns a logger.HttpError in case of error
func (*AppConfigurationsService) Delete ¶
func (s *AppConfigurationsService) Delete(id uint) *logger.HttpError
Delete deletes a user document or returns a logger.HttpError in case of error
func (*AppConfigurationsService) Get ¶
func (s *AppConfigurationsService) Get(model *models.AppConfiguration, filter string, args ...any) *logger.HttpError
Get returns a single user from the collection
func (*AppConfigurationsService) List ¶
func (s *AppConfigurationsService) List(filter string, args ...any) (*models.AppConfigurations, *logger.HttpError)
List returns a list of users from the collection
func (*AppConfigurationsService) Update ¶
func (s *AppConfigurationsService) Update(model *models.AppConfiguration) *logger.HttpError
Create updates a user document or returns a logger.HttpError in case of error
func (*AppConfigurationsService) Validate ¶
func (s *AppConfigurationsService) Validate(model *models.AppConfiguration) *logger.HttpError
type AppEnvironmentsService ¶
type AppEnvironmentsService struct {
// contains filtered or unexported fields
}
func NewAppEnvironmentsService ¶
func NewAppEnvironmentsService(payload *payload.Payload) *AppEnvironmentsService
func (*AppEnvironmentsService) Create ¶
func (s *AppEnvironmentsService) Create(model *models.AppEnvironment) *logger.HttpError
Create creates a new user document or returns a logger.HttpError in case of error
func (*AppEnvironmentsService) Delete ¶
func (s *AppEnvironmentsService) Delete(id uint) *logger.HttpError
Delete deletes a user document or returns a logger.HttpError in case of error
func (*AppEnvironmentsService) Get ¶
func (s *AppEnvironmentsService) Get(model *models.AppEnvironment, filter string, args ...any) *logger.HttpError
Get returns a single user from the collection
func (*AppEnvironmentsService) List ¶
func (s *AppEnvironmentsService) List(filter string, args ...any) (*models.AppEnvironments, *logger.HttpError)
List returns a list of users from the collection
func (*AppEnvironmentsService) Update ¶
func (s *AppEnvironmentsService) Update(model *models.AppEnvironment) *logger.HttpError
Create updates a user document or returns a logger.HttpError in case of error
func (*AppEnvironmentsService) Validate ¶
func (s *AppEnvironmentsService) Validate(model *models.AppEnvironment) *logger.HttpError
type AppRouteMethodsService ¶
type AppRouteMethodsService struct {
// contains filtered or unexported fields
}
func NewAppRouteMethodsService ¶
func NewAppRouteMethodsService(payload *payload.Payload) *AppRouteMethodsService
func (*AppRouteMethodsService) Create ¶
func (s *AppRouteMethodsService) Create(model *models.AppRouteMethod) *logger.HttpError
Create creates a new user document or returns a logger.HttpError in case of error
func (*AppRouteMethodsService) Delete ¶
func (s *AppRouteMethodsService) Delete(id uint) *logger.HttpError
Delete deletes a user document or returns a logger.HttpError in case of error
func (*AppRouteMethodsService) Get ¶
func (s *AppRouteMethodsService) Get(model *models.AppRouteMethod, filter string, args ...any) *logger.HttpError
Get returns a single user from the collection
func (*AppRouteMethodsService) List ¶
func (s *AppRouteMethodsService) List(filter string, args ...any) (*models.AppRouteMethods, *logger.HttpError)
List returns a list of users from the collection
func (*AppRouteMethodsService) Update ¶
func (s *AppRouteMethodsService) Update(model *models.AppRouteMethod) *logger.HttpError
Create updates a user document or returns a logger.HttpError in case of error
func (*AppRouteMethodsService) Validate ¶
func (s *AppRouteMethodsService) Validate(model *models.AppRouteMethod) *logger.HttpError
type AppRoutesService ¶
type AppRoutesService struct {
// contains filtered or unexported fields
}
func NewAppRoutesService ¶
func NewAppRoutesService(payload *payload.Payload) *AppRoutesService
func (*AppRoutesService) Create ¶
func (s *AppRoutesService) Create(model *models.AppRoute) *logger.HttpError
Create creates a new user document or returns a logger.HttpError in case of error
func (*AppRoutesService) Delete ¶
func (s *AppRoutesService) Delete(id uint) *logger.HttpError
Delete deletes a user document or returns a logger.HttpError in case of error
func (*AppRoutesService) Get ¶
func (s *AppRoutesService) Get(model *models.AppRoute, filter string, args ...any) *logger.HttpError
Get returns a single user from the collection
type ApplicationsService ¶
type ApplicationsService struct {
// contains filtered or unexported fields
}
func NewApplicationsService ¶
func NewApplicationsService(payload *payload.Payload) *ApplicationsService
func (*ApplicationsService) Create ¶
func (s *ApplicationsService) Create(model *models.Application) *logger.HttpError
Create creates a new user document or returns a logger.HttpError in case of error
func (*ApplicationsService) Delete ¶
func (s *ApplicationsService) Delete(id uint) *logger.HttpError
Delete deletes a user document or returns a logger.HttpError in case of error
func (*ApplicationsService) Get ¶
func (s *ApplicationsService) Get(model *models.Application, filter string, args ...any) *logger.HttpError
Get returns a single user from the collection
func (*ApplicationsService) List ¶
func (s *ApplicationsService) List(filter string, args ...any) (*models.Applications, *logger.HttpError)
List returns a list of users from the collection
func (*ApplicationsService) Update ¶
func (s *ApplicationsService) Update(model *models.Application) *logger.HttpError
Create updates a user document or returns a logger.HttpError in case of error
func (*ApplicationsService) Validate ¶
func (s *ApplicationsService) Validate(model *models.Application) *logger.HttpError