Documentation ¶
Index ¶
- func Start(config *Config) error
- func TestServer_HandleCreate(t *testing.T)
- func TestServer_HandleDelete(t *testing.T)
- func TestServer_HandleInfo(t *testing.T)
- func TestServer_HandleRetrieveAll(t *testing.T)
- func TestServer_HandleRetrieveByID(t *testing.T)
- func TestServer_HandleUpdate(t *testing.T)
- type Config
- type DBConnector
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestServer_HandleCreate ¶
func TestServer_HandleDelete ¶
func TestServer_HandleInfo ¶
func TestServer_HandleUpdate ¶
Types ¶
type Config ¶
type Config struct { BindAddr string DatabaseConnector *DBConnector DatabaseURL string }
Config ...
Click to show internal directories.
Click to hide internal directories.