Documentation ¶
Index ¶
- Constants
- type DataProcessorWrapper
- type Socket
- func (t *Socket) Endpoint() string
- func (t *Socket) Expand(size int64) error
- func (t *Socket) FrontendName() string
- func (t *Socket) GetSocketPath() string
- func (t *Socket) Init(name string, size, sectorSize int64) error
- func (t *Socket) Shutdown() error
- func (t *Socket) Startup(rw types.ReaderWriterAt) error
- func (t *Socket) State() types.State
- func (t *Socket) Upgrade(name string, size, sectorSize int64, rw types.ReaderWriterAt) error
Constants ¶
View Source
const ( SocketDirectory = "/var/run" DevPath = "/dev/longhorn/" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataProcessorWrapper ¶
type DataProcessorWrapper struct {
// contains filtered or unexported fields
}
func NewDataProcessorWrapper ¶
func NewDataProcessorWrapper(rw types.ReaderWriterAt) DataProcessorWrapper
func (DataProcessorWrapper) PingResponse ¶
func (d DataProcessorWrapper) PingResponse() error
Click to show internal directories.
Click to hide internal directories.