Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Host string `envconfig:"default=127.0.0.1"` Port int `envconfig:"default=3000"` }
Config is used to customize the service configuration.
type HTTPEndpoint ¶
type HTTPEndpoint interface { Name() string Handle(writer http.ResponseWriter, request *http.Request) }
HTTPEndpoint is the interface implemented by Asset Store endpoints.
Click to show internal directories.
Click to hide internal directories.