Documentation
¶
Index ¶
- func HandleAppendEntry(c *gin.Context, store registrystore.MemoryStore, ...)
- func HandleListEntries(c *gin.Context, store registrystore.MemoryStore)
- func HandleSyncMemory(c *gin.Context, store registrystore.MemoryStore, ...)
- func MountRoutes(r *gin.Engine, store registrystore.MemoryStore, auth gin.HandlerFunc)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleAppendEntry ¶
func HandleAppendEntry(c *gin.Context, store registrystore.MemoryStore, eventBus registryeventbus.EventBus)
HandleAppendEntry exposes append entries handling for wrapper-native adapters.
func HandleListEntries ¶
func HandleListEntries(c *gin.Context, store registrystore.MemoryStore)
HandleListEntries exposes list entries handling for wrapper-native adapters.
func HandleSyncMemory ¶
func HandleSyncMemory(c *gin.Context, store registrystore.MemoryStore, eventBus registryeventbus.EventBus)
HandleSyncMemory exposes sync-context handling for wrapper-native adapters.
func MountRoutes ¶
func MountRoutes(r *gin.Engine, store registrystore.MemoryStore, auth gin.HandlerFunc)
MountRoutes mounts entry routes.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.