server

package
v0.0.0-...-f1c2737 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2021 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ListOrganizationsResponse

type ListOrganizationsResponse struct {
	Organizations []organizations.Organization `json:"organizations"`
}

type OrganizationsServer

type OrganizationsServer struct {
	ApiVersion string
	Config     *config.ServiceConfig
}

func (*OrganizationsServer) CreateOrganizationHandler

func (server *OrganizationsServer) CreateOrganizationHandler(request *restful.Request, response *restful.Response)

func (*OrganizationsServer) DeleteOrganizationHandler

func (server *OrganizationsServer) DeleteOrganizationHandler(request *restful.Request, response *restful.Response)

func (*OrganizationsServer) DescribeOrganizationHandler

func (server *OrganizationsServer) DescribeOrganizationHandler(request *restful.Request, response *restful.Response)

func (*OrganizationsServer) GetOrganizationsAPI

func (server *OrganizationsServer) GetOrganizationsAPI() *restful.WebService

Call this in the server setup function

func (*OrganizationsServer) ListOrganizationsHandler

func (server *OrganizationsServer) ListOrganizationsHandler(request *restful.Request, response *restful.Response)

func (*OrganizationsServer) UpdateOrganizationHandler

func (server *OrganizationsServer) UpdateOrganizationHandler(request *restful.Request, response *restful.Response)

Jump to

Keyboard shortcuts

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