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 (sas *SysAccountService) InjectInterceptors(unaryItc []grpc.UnaryServerInterceptor, streamItc []grpc.StreamServerInterceptor) ([]grpc.UnaryServerInterceptor, []grpc.StreamServerInterceptor)
func (*SysAccountService) RegisterServices ¶
func (sas *SysAccountService) RegisterServices(srv *grpc.Server)
type SysAccountServiceConfig ¶
type SysAccountServiceConfig struct { Cfg *service.SysAccountConfig // contains filtered or unexported fields }
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. |
Click to show internal directories.
Click to hide internal directories.