restful

package
v0.0.0-...-2383c70 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigRestfulApiHandler

type ConfigRestfulApiHandler struct {
	ioc.ObjectImpl
	// contains filtered or unexported fields
}

func (*ConfigRestfulApiHandler) AddConfig

func (h *ConfigRestfulApiHandler) AddConfig(r *restful.Request, w *restful.Response)

func (*ConfigRestfulApiHandler) DescribeConfig

func (h *ConfigRestfulApiHandler) DescribeConfig(r *restful.Request, w *restful.Response)

func (*ConfigRestfulApiHandler) Init

func (h *ConfigRestfulApiHandler) Init() error

func (*ConfigRestfulApiHandler) Name

func (h *ConfigRestfulApiHandler) Name() string

func (*ConfigRestfulApiHandler) QueryConfig

func (h *ConfigRestfulApiHandler) QueryConfig(r *restful.Request, w *restful.Response)

func (*ConfigRestfulApiHandler) UpdateConfig

func (h *ConfigRestfulApiHandler) UpdateConfig(r *restful.Request, w *restful.Response)

type ConfigSet

type ConfigSet struct {
	Total int64                `json:"total"`
	Items []*config.ConfigItem `json:"items"`
}

Jump to

Keyboard shortcuts

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