Documentation ¶
Overview ¶
Package kvstore represents a key/value database
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runtime ¶
type Runtime struct {
// contains filtered or unexported fields
}
Runtime encapsulates the shared services for this application
func NewRuntime ¶
func NewRuntime(app app.Application) (*Runtime, error)
NewRuntime creates a new application level runtime that encapsulates the shared services for this application
func (*Runtime) Logger ¶
func (r *Runtime) Logger() logrus.FieldLogger
Logger gets the root logger for this application
Directories ¶
Path | Synopsis |
---|---|
api
|
|
cmd
|
|
gen
|
|
restapi
Package restapi K/V store K/V store is a simple single node store for retrieving key/value information Schemes: http Host: localhost BasePath: / Version: 0.0.1 License: MIT https://github.com/go-openapi/kvstore/blob/master/LICENSE Contact: Ivan Porto Carrero<ivan@flanders.co.nz> Consumes: - application/json - application/octet-stream Produces: - application/json - application/octet-stream swagger:meta
|
Package restapi K/V store K/V store is a simple single node store for retrieving key/value information Schemes: http Host: localhost BasePath: / Version: 0.0.1 License: MIT https://github.com/go-openapi/kvstore/blob/master/LICENSE Contact: Ivan Porto Carrero<ivan@flanders.co.nz> Consumes: - application/json - application/octet-stream Produces: - application/json - application/octet-stream swagger:meta |
Click to show internal directories.
Click to hide internal directories.