accountpkg

package
v0.0.0-...-ff5c026 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2021 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SysAccountService

type SysAccountService struct {
	DbService         coreRpc.DbAdminServiceServer
	BusService        coreRpc.BusServiceServer
	MailService       coreRpc.EmailServiceServer
	AuthRepo          *repo.SysAccountRepo
	BusinessTelemetry *telemetry.SysAccountMetrics
	AllDBs            *coredb.AllDBService
	// contains filtered or unexported fields
}

func NewSysAccountService

func NewSysAccountService(cfg *SysAccountServiceConfig, domain string) (*SysAccountService, error)

func (*SysAccountService) InjectInterceptors

func (*SysAccountService) RegisterServices

func (sas *SysAccountService) RegisterServices(srv *grpc.Server)

type SysAccountServiceConfig

type SysAccountServiceConfig struct {
	Cfg *service.SysAccountConfig
	// contains filtered or unexported fields
}

func NewSysAccountServiceConfig

func NewSysAccountServiceConfig(l logging.Logger, filepath string, bus *sharedBus.CoreBus, accountCfg *service.SysAccountConfig) (*SysAccountServiceConfig, error)

Directories

Path Synopsis
package pass provides password generation and verification using argon2id encoded passwords are stored in the format of: $<ARGON_ALGO (i'm using argon2id)>$<version>:$MEM,ITER,PAR:$<SALT>:$<KEY>
package pass provides password generation and verification using argon2id encoded passwords are stored in the format of: $<ARGON_ALGO (i'm using argon2id)>$<version>:$MEM,ITER,PAR:$<SALT>:$<KEY>
Provide readonly access to superuser config specified during creation Thus the API doesn't allow creation of new superuser from it, nor does it allow deletion.
Provide readonly access to superuser config specified during creation Thus the API doesn't allow creation of new superuser from it, nor does it allow deletion.

Jump to

Keyboard shortcuts

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