httpadmin

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 1, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrorResponse

type ErrorResponse struct {
	Error string `json:"error"`
}

type LogSpec

type LogSpec struct {
	Spec string `json:"spec,omitempty"`
}

type Logging

type Logging interface {
	ActivateSpec(spec string) error
	Spec() string
}

type SpecHandler

type SpecHandler struct {
	Logging Logging
	Logger  *flogging.Logger
}

func NewSpecHandler

func NewSpecHandler() *SpecHandler

func (*SpecHandler) ServeHTTP

func (h *SpecHandler) ServeHTTP(resp http.ResponseWriter, req *http.Request)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL