package
0.0.0-20250203130515-f1cf3b64ddcd
Repository: https://github.com/mkaloer/tfservingcache.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
MetricsHandler returns an http.Handler.
NewClusterConnection creates a new ClusterConnection.
NewTaskHandler creates a new TaskHandler.
# Constants
ClusterStateReady represents that the node is ready to connect to cluster.
ClusterStateStarted represents that the node is connected to cluster.
# Structs
ClusterConnection represents a connection to a cluster, and contains information such as the cluster membership list.
ServingService contains network information of a service that provides TF Serving.
TaskHandler handles TFServing jobs.
# Interfaces
DiscoveryService is a service discovery provider.
# Type aliases
ClusterState represents the current state of the node.