Documentation ¶ Index ¶ type Config func (c *Config) AfterInject() func (c *Config) BeforeInject() func (c *Config) Build() (*server.Server, error) func (c *Config) Init() type Server func (db *Server) Close() error func (db *Server) Config() any func (db *Server) Init() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config server.Options func (*Config) AfterInject ¶ func (c *Config) AfterInject() func (*Config) BeforeInject ¶ func (c *Config) BeforeInject() func (*Config) Build ¶ func (c *Config) Build() (*server.Server, error) func (*Config) Init ¶ func (c *Config) Init() type Server ¶ type Server struct { Conf Config *server.Server } func (*Server) Close ¶ func (db *Server) Close() error func (*Server) Config ¶ func (db *Server) Config() any func (*Server) Init ¶ func (db *Server) Init() error Source Files ¶ View all Source files server.go Click to show internal directories. Click to hide internal directories.