env

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client 为环境变量客户端提供命令解释器

func NewEnvClient

func NewEnvClient() (*Client, error)

NewEnvClient 返回一个新客户

func (*Client) Close

func (c *Client) Close() error

func (*Client) GetValues

func (c *Client) GetValues(keys []string) (map[string]string, error)

GetValues 通过keys查找环境变量中值

func (*Client) WatchPrefix

func (c *Client) WatchPrefix(prefix string, keys []string, waitIndex uint64, stopChan chan bool) (uint64, error)

Jump to

Keyboard shortcuts

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