registry

package
v0.0.22 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// BucketName represents the name of the bucket where this service stores data.
	BucketName = "registry"
	Identifier = "user"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

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

Service represents a service for managing endpoint data.

func NewService

func NewService(db *bolt.DB) (*Service, error)

NewService creates a new instance of a service.

func (*Service) CreateDatabase

func (service *Service) CreateDatabase() (*bolt.Bucket, error)

CreateDatabase create bucket

func (*Service) GetUser

func (service *Service) GetUser() (*model.RegistryUser, error)

GetUser get registry user

func (*Service) TruncateDatabase

func (service *Service) TruncateDatabase() error

TruncateDatabase delete bucket

func (*Service) UpdateUser

func (service *Service) UpdateUser(user *model.RegistryUser) error

UpdateUser update registry user

Jump to

Keyboard shortcuts

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