reg_client

package
v0.0.0-...-bf260ca Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RegClient

type RegClient interface {
	GetChildren(path string) ([]string, error)
	SetContent(path string, value []byte) error // 包括创建或者更新的操作
	GetContent(path string) ([]byte, error)
	DeleteContent(path string) error // 删除指定路径的内容
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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