services

package
v0.0.0-...-e5836b3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 27, 2024 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

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

Create creates a new user document or returns a logger.HttpError in case of error

func (*AppConfigurationsService) Delete

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

List returns a list of users from the collection

func (*AppConfigurationsService) Update

Create updates a user document or returns a logger.HttpError in case of error

func (*AppConfigurationsService) Validate

type AppEnvironmentsService

type AppEnvironmentsService struct {
	// contains filtered or unexported fields
}

func NewAppEnvironmentsService

func NewAppEnvironmentsService(payload *payload.Payload) *AppEnvironmentsService

func (*AppEnvironmentsService) Create

Create creates a new user document or returns a logger.HttpError in case of error

func (*AppEnvironmentsService) Delete

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

Create updates a user document or returns a logger.HttpError in case of error

func (*AppEnvironmentsService) Validate

type AppRouteMethodsService

type AppRouteMethodsService struct {
	// contains filtered or unexported fields
}

func NewAppRouteMethodsService

func NewAppRouteMethodsService(payload *payload.Payload) *AppRouteMethodsService

func (*AppRouteMethodsService) Create

Create creates a new user document or returns a logger.HttpError in case of error

func (*AppRouteMethodsService) Delete

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

Create updates a user document or returns a logger.HttpError in case of error

func (*AppRouteMethodsService) Validate

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

func (*AppRoutesService) List

func (s *AppRoutesService) List(filter string, args ...any) (*models.AppRoutes, *logger.HttpError)

List returns a list of users from the collection

func (*AppRoutesService) Update

func (s *AppRoutesService) Update(model *models.AppRoute) *logger.HttpError

Create updates a user document or returns a logger.HttpError in case of error

func (*AppRoutesService) Validate

func (s *AppRoutesService) Validate(model *models.AppRoute) *logger.HttpError

type ApplicationsService

type ApplicationsService struct {
	// contains filtered or unexported fields
}

func NewApplicationsService

func NewApplicationsService(payload *payload.Payload) *ApplicationsService

func (*ApplicationsService) Create

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

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL