Documentation
¶
Index ¶
Constants ¶
View Source
const ( MasterType = "master" SlaveType = "slave" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Master ¶
type Master struct {
// contains filtered or unexported fields
}
func NewMaster ¶
func NewMaster(logger *slog.Logger, sd SegmentDirectory, opts ...network.TCPServerOption) (*Master, error)
type SegmentDirectory ¶
Click to show internal directories.
Click to hide internal directories.