mgmt

package
v0.0.0-...-1c042d8 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MgmtServer

type MgmtServer struct {
	Router *mux.Router
	// contains filtered or unexported fields
}

func (*MgmtServer) Delete

func (m *MgmtServer) Delete(path string, f func(w http.ResponseWriter, r *http.Request))

Delete handler for method DELETE

func (*MgmtServer) Get

func (m *MgmtServer) Get(path string, f func(w http.ResponseWriter, r *http.Request))

Get handler for method GET

func (*MgmtServer) Head

func (m *MgmtServer) Head(path string, f func(w http.ResponseWriter, r *http.Request))

Head handler for method GET

func (*MgmtServer) Init

func (m *MgmtServer) Init()

func (*MgmtServer) Post

func (m *MgmtServer) Post(path string, f func(w http.ResponseWriter, r *http.Request))

Post handler for method POST

func (*MgmtServer) Put

func (m *MgmtServer) Put(path string, f func(w http.ResponseWriter, r *http.Request))

Put handler for method PUT

func (*MgmtServer) Register

func (m *MgmtServer) Register()

func (*MgmtServer) Shutdown

func (m *MgmtServer) Shutdown()

func (*MgmtServer) Start

func (m *MgmtServer) Start()

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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