Directories ¶
Path | Synopsis |
---|---|
src
|
|
api
Package api is an entry point to go-pb API.
|
Package api is an entry point to go-pb API. |
api/auth/memory
Package memory provides an implementation of api.UserService that uses memory as a storage.
|
Package memory provides an implementation of api.UserService that uses memory as a storage. |
api/auth/sqldb
Package sqlite provides an implementation of api.UserService that uses sqlite database as a storage.
|
Package sqlite provides an implementation of api.UserService that uses sqlite database as a storage. |
api/base62
Package base62 provides simple implementation of Base62 encoding/ecoding.
|
Package base62 provides simple implementation of Base62 encoding/ecoding. |
api/http
Package http provides an ApiServer type - a server that uses api.PasteService and api.UserService to provide many useful endpoints.
|
Package http provides an ApiServer type - a server that uses api.PasteService and api.UserService to provide many useful endpoints. |
api/paste/memory
Package memory provides methods to work with pastes using memory as a storage.
|
Package memory provides methods to work with pastes using memory as a storage. |
api/paste/sqldb
Package sqlite provides implementation of api.PasteService that uses sqlite database as a storage.
|
Package sqlite provides implementation of api.PasteService that uses sqlite database as a storage. |
web/http
Package http provides a WebServer that serves a front-end for the go-pb application.
|
Package http provides a WebServer that serves a front-end for the go-pb application. |
Click to show internal directories.
Click to hide internal directories.