namespaces

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 11, 2024 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler interface {
	// PostNamespace handles the post namespace request
	PostNamespace(c echo.Context) error
	// ListNamespaces handles the list namespace request
	ListNamespaces(c echo.Context) error
	// GetNamespace handles the get namespace request
	GetNamespace(c echo.Context) error
	// DeleteNamespace handles the delete namespace request
	DeleteNamespace(c echo.Context) error
	// PutNamespace handles the put namespace request
	PutNamespace(c echo.Context) error
	// HotNamespace handles the hot namespace request
	HotNamespace(c echo.Context) error

	// AddNamespaceMember handles the add namespace member request
	AddNamespaceMember(c echo.Context) error
	// UpdateNamespaceMember handles the update namespace member request
	UpdateNamespaceMember(c echo.Context) error
	// DeleteNamespaceMember handles the delete namespace member request
	DeleteNamespaceMember(c echo.Context) error
	// ListNamespaceMembers handles the list namespace members request
	ListNamespaceMembers(c echo.Context) error
	// GetNamespaceMemberSelf handles the get self namespace member request
	GetNamespaceMemberSelf(c echo.Context) error
}

Handler is the interface for the namespace handlers

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL