Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateDefaultServer ¶
func CreateDefaultServer(opts *ServerOptions) (*defaultServer, error)
func CreateSimulatedServer ¶
func CreateSimulatedServer(opts *ServerOptions) (*simulatedServer, error)
Types ¶
type Server ¶
type Server interface { pb.DataMoverServer StartManager() error }
func Create ¶
func Create(opts *ServerOptions) (Server, error)
type ServerOptions ¶
type ServerOptions struct {
// contains filtered or unexported fields
}
func GetOptions ¶
func GetOptions() (*ServerOptions, error)
Click to show internal directories.
Click to hide internal directories.