lib_gc_restful

package
v0.0.0-...-e28984d Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Dummy dummy

Functions

This section is empty.

Types

type Administered

type Administered struct{}

func (*Administered) StartAPI

func (administred *Administered) StartAPI(port int, handlers *[]AdministrationCommand) error

type Administrable

type Administrable interface {
	StartAPI(port int, handlers *[]AdministrationCommand) error
}

type AdministrationCommand

type AdministrationCommand struct {
	Path    string
	Handler *func(w http.ResponseWriter, r *http.Request)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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