MCPcopy
hub / github.com/feast-dev/feast / StartHttpServer

Method StartHttpServer

go/main.go:49–49  ·  view source on GitHub ↗
(fs *feast.FeatureStore, host string, port int, metricsPort int, writeLoggedFeaturesCallback logging.OfflineStoreWriteCallback, loggingOpts *logging.LoggingOptions)

Source from the content-addressed store, hash-verified

47
48type ServerStarter interface {
49 StartHttpServer(fs *feast.FeatureStore, host string, port int, metricsPort int, writeLoggedFeaturesCallback logging.OfflineStoreWriteCallback, loggingOpts *logging.LoggingOptions) error
50 StartGrpcServer(fs *feast.FeatureStore, host string, port int, metricsPort int, writeLoggedFeaturesCallback logging.OfflineStoreWriteCallback, loggingOpts *logging.LoggingOptions) error
51 StartHttpsServer(fs *feast.FeatureStore, host string, port int, metricsPort int, writeLoggedFeaturesCallback logging.OfflineStoreWriteCallback, loggingOpts *logging.LoggingOptions, certFile string, keyFile string) error
52}

Callers 2

TestStartHttpServerFunction · 0.65
start_http_serverMethod · 0.65

Implementers 1

Calls

no outgoing calls

Tested by 1

TestStartHttpServerFunction · 0.52