Documentation
¶
Overview ¶
Package writer contains the SyncWriter interface and implementations
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncWriter ¶
type SyncWriter interface {
// Store saves a UpstreamRegistry instance to persistent storage for a specific registry
Store(ctx context.Context, registryName string, reg *toolhivetypes.UpstreamRegistry) error
}
SyncWriter defines the interface needed to persist the list of MCP servers.
Click to show internal directories.
Click to hide internal directories.