Documentation
¶
Index ¶
- type APIStore
- func (a *APIStore) GetToken(w http.ResponseWriter, r *http.Request) error
- func (a *APIStore) HealthCheck(w http.ResponseWriter, _ *http.Request)
- func (a *APIStore) LoginWithToken(w http.ResponseWriter, r *http.Request) error
- func (a *APIStore) Proxy(w http.ResponseWriter, req *http.Request)
- func (a *APIStore) ServeHTTP(rw http.ResponseWriter, req *http.Request)
- type DockerToken
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIStore ¶
func (*APIStore) GetToken ¶
GetToken validates if user has access to template and then returns a new token for the required scope
func (*APIStore) HealthCheck ¶
func (a *APIStore) HealthCheck(w http.ResponseWriter, _ *http.Request)
func (*APIStore) LoginWithToken ¶
LoginWithToken Validates the token by checking if the generated token is in the cache.
type DockerToken ¶
Click to show internal directories.
Click to hide internal directories.