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

Struct RealServerStarter

go/main.go:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54type RealServerStarter struct{}
55
56func (s *RealServerStarter) StartHttpServer(fs *feast.FeatureStore, host string, port int, metricsPort int, writeLoggedFeaturesCallback logging.OfflineStoreWriteCallback, loggingOpts *logging.LoggingOptions) error {
57 return StartHttpServer(fs, host, port, metricsPort, writeLoggedFeaturesCallback, loggingOpts, false, "", "")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected