internal

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PathParamTenantId = "tenant-id"
)

Variables

This section is empty.

Functions

func SetupRouter

func SetupRouter(dsc ds.Client, sc slack.Client) *gin.Engine

Types

type CreateTenantRequest

type CreateTenantRequest struct {
	Tenant string `json:"tenant"`
	Email  string `json:"email"`
}

type Handler

type Handler struct {
	// contains filtered or unexported fields
}

func NewHandler

func NewHandler(dsc ds.Client, sc slack.Client) *Handler

func (*Handler) CreateTenant

func (h *Handler) CreateTenant(c *gin.Context)

Jump to

Keyboard shortcuts

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