Documentation ¶
Index ¶
Constants ¶
View Source
const (
LocalHost = "localhost"
)
Variables ¶
This section is empty.
Functions ¶
func NewPluginManager ¶ added in v0.9.0
func NewPluginManager() *puzzledb.PluginManager
Types ¶
type Config ¶ added in v1.2.0
func NewConfigWith ¶ added in v1.2.0
NewConfigWith returns a new configuration with the specified configuration.
func NewConfigWithString ¶ added in v1.2.0
NewConfigWithString returns a new configuration with the specified string.
func (*Config) GetConfigBool ¶ added in v1.2.0
GetConfigBool overrides the GetConfigBool method of the Config interface for testing.
func (*Config) GetConfigInt ¶ added in v1.2.0
GetConfigInt overrides the GetConfigInt method of the Config interface for testing.
func (*Config) GetConfigObject ¶ added in v1.3.0
GetConfigObject overrides the GetConfigObject method of the Config interface for testing.
type Server ¶
Server represents an example server.
func NewServerWithConfig ¶
NewServerWithConfig returns a new test server instance with the specified configuration.
Click to show internal directories.
Click to hide internal directories.