Documentation
¶
Index ¶
- func HandleDeleteMembership(c *gin.Context, store registrystore.MemoryStore, ...)
- func HandleListMemberships(c *gin.Context, store registrystore.MemoryStore)
- func HandleShareConversation(c *gin.Context, store registrystore.MemoryStore, ...)
- func HandleUpdateMembership(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 HandleDeleteMembership ¶
func HandleDeleteMembership(c *gin.Context, store registrystore.MemoryStore, eventBus registryeventbus.EventBus)
HandleDeleteMembership exposes the membership delete handler for wrapper-native adapters.
func HandleListMemberships ¶
func HandleListMemberships(c *gin.Context, store registrystore.MemoryStore)
HandleListMemberships exposes the list memberships handler for wrapper-native adapters.
func HandleShareConversation ¶
func HandleShareConversation(c *gin.Context, store registrystore.MemoryStore, eventBus registryeventbus.EventBus)
HandleShareConversation exposes the share conversation handler for wrapper-native adapters.
func HandleUpdateMembership ¶
func HandleUpdateMembership(c *gin.Context, store registrystore.MemoryStore, eventBus registryeventbus.EventBus)
HandleUpdateMembership exposes the membership update handler for wrapper-native adapters.
func MountRoutes ¶
func MountRoutes(r *gin.Engine, store registrystore.MemoryStore, auth gin.HandlerFunc)
MountRoutes mounts membership routes.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.