Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is the instance of the Clace Server
func NewServer ¶
func NewServer(config *ServerConfig) (*Server, error)
NewServer creates a new instance of the Clace Server
type ServerConfig ¶
type ServerConfig struct {
*types.ServerConfig
}
ServerConfig is the configuration for the Clace Server
func NewServerConfig ¶
func NewServerConfig() (*ServerConfig, error)
Click to show internal directories.
Click to hide internal directories.