ostack

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2024 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ostack

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

func NewOstack

func NewOstack(options ...OstackOption) (*Ostack, error)

func (*Ostack) ServeCreateServer

func (o *Ostack) ServeCreateServer(c echo.Context) error

func (*Ostack) ServeDeleteServer

func (o *Ostack) ServeDeleteServer(c echo.Context) error

func (*Ostack) ServeGetHealth

func (o *Ostack) ServeGetHealth(c echo.Context) error

func (*Ostack) ServeGetServerDetail

func (o *Ostack) ServeGetServerDetail(c echo.Context) error

func (*Ostack) ServeGetToken

func (o *Ostack) ServeGetToken(c echo.Context) error

func (*Ostack) ServeListFlavors

func (o *Ostack) ServeListFlavors(c echo.Context) error

func (*Ostack) ServeListServerDetails

func (o *Ostack) ServeListServerDetails(c echo.Context) error

func (*Ostack) ServeListVolumes

func (o *Ostack) ServeListVolumes(c echo.Context) error

func (*Ostack) ServeServerAction

func (o *Ostack) ServeServerAction(c echo.Context) error

func (*Ostack) ServeUpdateVolume

func (o *Ostack) ServeUpdateVolume(c echo.Context) error

func (*Ostack) Start

func (o *Ostack) Start() error

type OstackOption

type OstackOption func(ostack *Ostack)

func TenantCredentials

func TenantCredentials(tenantId, user, password string) OstackOption

func Token

func Token(token string) OstackOption

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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