Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server interface { Listen(address string) error ShutdownWithTimeout(timeout time.Duration) error Test(req *http.Request, msTimeout ...int) (*http.Response, error) }
func NewServer ¶
func NewServer(ctx context.Context, config *mlflowConfig.ServiceConfig) (Server, error)
NewServer creates a new server instance.
Click to show internal directories.
Click to hide internal directories.