adapters

package
v0.0.0-...-e75800c Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IconCouldNotBeFound

type IconCouldNotBeFound struct {
	IconId string
}

func (IconCouldNotBeFound) Error

func (e IconCouldNotBeFound) Error() string

type IconMysqlRepository

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

func NewIconMysqlRepository

func NewIconMysqlRepository(db *gorm.DB) *IconMysqlRepository

func (*IconMysqlRepository) Delete

func (r *IconMysqlRepository) Delete(Icon *domain.Icon) error

func (*IconMysqlRepository) FindAll

func (r *IconMysqlRepository) FindAll() []*domain.Icon

func (*IconMysqlRepository) FindById

func (r *IconMysqlRepository) FindById(id uuid.UUID) (*domain.Icon, error)

func (*IconMysqlRepository) Save

func (r *IconMysqlRepository) Save(Icon *domain.Icon) error

func (*IconMysqlRepository) Update

func (r *IconMysqlRepository) Update(Icon *domain.Icon) error

type IconRequestCouldNotBeFound

type IconRequestCouldNotBeFound struct {
	IconRequestId string
}

func (IconRequestCouldNotBeFound) Error

type IconRequestMysqlRepository

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

func NewIconRequestMysqlRepository

func NewIconRequestMysqlRepository(db *gorm.DB) *IconRequestMysqlRepository

func (*IconRequestMysqlRepository) Delete

func (r *IconRequestMysqlRepository) Delete(iconRequest *domain.IconRequest) error

func (*IconRequestMysqlRepository) FindAll

func (*IconRequestMysqlRepository) FindById

func (*IconRequestMysqlRepository) Save

func (r *IconRequestMysqlRepository) Save(iconRequest *domain.IconRequest) error

func (*IconRequestMysqlRepository) Update

func (r *IconRequestMysqlRepository) Update(iconRequest *domain.IconRequest) error

type IconsCollectionCouldNotBeFound

type IconsCollectionCouldNotBeFound struct {
	IconsCollectionId string
}

func (IconsCollectionCouldNotBeFound) Error

type IconsCollectionMysqlRepository

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

func NewIconsCollectionMysqlRepository

func NewIconsCollectionMysqlRepository(db *gorm.DB) *IconsCollectionMysqlRepository

func (*IconsCollectionMysqlRepository) Delete

func (r *IconsCollectionMysqlRepository) Delete(IconsCollection *domain.IconsCollection) error

func (*IconsCollectionMysqlRepository) FindAll

func (*IconsCollectionMysqlRepository) FindById

func (*IconsCollectionMysqlRepository) Save

func (r *IconsCollectionMysqlRepository) Save(IconsCollection *domain.IconsCollection) error

func (*IconsCollectionMysqlRepository) Update

func (r *IconsCollectionMysqlRepository) Update(IconsCollection *domain.IconsCollection) error

type IconsCollectionsRelationsMysqlRepository

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

func NewIconsCollectionsRelationsMysqlRepository

func NewIconsCollectionsRelationsMysqlRepository(db *gorm.DB) *IconsCollectionsRelationsMysqlRepository

func (*IconsCollectionsRelationsMysqlRepository) DeleteAll

type IconsRelationsMysqlRepository

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

func NewIconsRelationsMysqlRepository

func NewIconsRelationsMysqlRepository(db *gorm.DB) *IconsRelationsMysqlRepository

func (*IconsRelationsMysqlRepository) DeleteAll

func (r *IconsRelationsMysqlRepository) DeleteAll(Icon *domain.Icon) error

type WebServiceCouldNotBeFound

type WebServiceCouldNotBeFound struct {
	Identifier string
}

func (WebServiceCouldNotBeFound) Error

type WebServiceMysqlRepository

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

func NewWebServiceMysqlRepository

func NewWebServiceMysqlRepository(db *gorm.DB) *WebServiceMysqlRepository

func (*WebServiceMysqlRepository) Delete

func (r *WebServiceMysqlRepository) Delete(webService *domain.WebService) error

func (*WebServiceMysqlRepository) FindAll

func (*WebServiceMysqlRepository) FindById

func (*WebServiceMysqlRepository) FindByName

func (r *WebServiceMysqlRepository) FindByName(name string) (*domain.WebService, error)

func (*WebServiceMysqlRepository) Save

func (r *WebServiceMysqlRepository) Save(webService *domain.WebService) error

func (*WebServiceMysqlRepository) Update

func (r *WebServiceMysqlRepository) Update(webService *domain.WebService) error

Jump to

Keyboard shortcuts

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