Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNilContext = fmt.Errorf("nil context") ErrNilTable = fmt.Errorf("nil table") )
Functions ¶
func InitClient ¶
Types ¶
type Client ¶
type Client interface {
Context(context.Context) Client
Table(table string) Client
Key(key string) Client
Family(family string) Client
Qualifier(qualifier string) Client
Amount(amount int64) Client
Range(startRow, stopRow string) Client
Values(values map[string]map[string][]byte) Client
ExpectedValue(expectedValue []byte) Client
Options(opts ...func(hrpc.Call) error) Client
Scan() Result
Get() Result
Put() Result
Delete() Result
Append() Result
Increment() Result
CheckAndPut() Result
Close()
}
Click to show internal directories.
Click to hide internal directories.