Documentation ¶ Index ¶ func NewService(cfg Config, appSvc *application.Service, unlockerSvc ports.Unlocker, ...) (*service, error) type Config func (c Config) Validate() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewService ¶ func NewService( cfg Config, appSvc *application.Service, unlockerSvc ports.Unlocker, sentryEnabled bool, macaroonSvc macaroon.Service, arkServer string, ) (*service, error) Types ¶ type Config ¶ type Config struct { GRPCPort uint32 HTTPPort uint32 WithTLS bool } func (Config) Validate ¶ func (c Config) Validate() error Source Files ¶ View all Source files config.goservice.go Directories ¶ Show internal Expand all Path Synopsis handlers interceptors Click to show internal directories. Click to hide internal directories.