Documentation
¶
Index ¶
Constants ¶
View Source
const (
// DefaultPort is the port the reflector server listens on if not passed in.
DefaultPort = 5566
)
Variables ¶
View Source
var ErrBlobExists = errors.Base("blob exists on server")
ErrBlobExists is a default error for when a blob already exists on the reflector server.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is an instance of a client connected to a server.
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is and instance of the reflector server. It houses the blob store and listener.
Click to show internal directories.
Click to hide internal directories.