Versions in this module Expand all Collapse all v0 v0.1.1 Nov 16, 2022 Changes in this version + type Server struct + Address string + AuthService *services.AuthService + SecretService *services.SecretService + func New(cfg config.Config) *Server + func (s *Server) Run(ctx context.Context) v0.1.0 Nov 2, 2022 Changes in this version + type Daemon struct + Address string + AuthService *services.AuthService + SecretService *services.SecretService + func NewDaemon(cfg config.Config) *Daemon + func (daemon *Daemon) Run(ctx context.Context)