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 SpecHandler ¶
type SpecHandler struct { Logging Logging Logger *flogging.FabricLogger }
func NewSpecHandler ¶
func NewSpecHandler() *SpecHandler
func (*SpecHandler) ServeHTTP ¶
func (h *SpecHandler) ServeHTTP(resp http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.