Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection struct { ID string //Hosts coma separated list of hostnmae Hostnames string Port int Timeout *Timeout }
Connection represents a connection
func (*Connection) Validate ¶
func (c *Connection) Validate() error
type Reference ¶
type Reference struct { Connection string Namespace string Dataset string TimeToLiveMs int `json:",omitempty" yaml:",omitempty"` RetryTimeMs int `json:",omitempty" yaml:",omitempty"` ReadOnly bool `json:",omitempty" yaml:",omitempty"` // contains filtered or unexported fields }
Reference datastore reference
func (*Reference) TimeToLive ¶
Click to show internal directories.
Click to hide internal directories.