Documentation ¶
Overview ¶
*
- @Author: zhangchao
- @Description:
- @Date: 2021/9/14 4:27 下午
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { Create(path string, data []byte) error CreateInOrder(path string, data []byte) (string, error) Update(path string, data []byte) error Delete(path string) error Read(path string, must bool) ([]byte, error) List(path string, must bool) ([]string, error) Close() error WatchInOrder(path string) (<-chan Event, []string, error) }
Click to show internal directories.
Click to hide internal directories.