Documentation ¶
Index ¶
- type Setting
- func (s *Setting) DelCheck(name string) (*response.Response, error)
- func (s *Setting) GetPlugin(ctx context.Context) (*v1.Setting, error)
- func (s *Setting) UpdateCheck(name string, value interface{}) (*response.Response, error)
- func (s *Setting) UpdatePlugin(ctx context.Context, setting *v1.Setting) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Setting ¶
type Setting struct {
// contains filtered or unexported fields
}
func NewSetting ¶
func (*Setting) UpdateCheck ¶
Click to show internal directories.
Click to hide internal directories.