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
}
A Client holds the data needed to interact with a fossil database.
func NewClient ¶
NewClient creates a new Client struct which can be used to interact with a remote fossil database. The client is thread safe, but only holds one connection at a time. For a client pool, use NewClientPool instead.
func NewClientPool ¶
NewClientPool creates a new Client struct which holds a pool of net.Conn resources open to a remote fossil database. This is useful for sending large volumes of data to fossil.
Click to show internal directories.
Click to hide internal directories.