Versions in this module Expand all Collapse all v0 v0.1.0 Oct 6, 2017 Changes in this version + func NewLoginEndpoint(store streamstore.Storage, privateKey interface{}) http.Handler + func NewSchemaEndpoint(store streamstore.Storage) http.Handler + func NewUserEndpoint(store streamstore.Storage) http.Handler + func NewVerifyEndpoint(publicKey interface{}) http.Handler + type LoginEndpoint struct + func (endpoint *LoginEndpoint) ServeHTTP(w http.ResponseWriter, r *http.Request) + type LoginRequest struct + Claims jwt.Claims + ID string + Password string + type SchemaEndpoint struct + func (endpoint *SchemaEndpoint) ServeHTTP(w http.ResponseWriter, r *http.Request) + type UserEndpoint struct + func (endpoint *UserEndpoint) ServeHTTP(w http.ResponseWriter, r *http.Request) + type VerifyEndpoint struct + func (endpoint *VerifyEndpoint) ServeHTTP(w http.ResponseWriter, r *http.Request)