cloud

package
v1.0.26 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {
	// Login login to cloud provider
	Login(ctx context.Context, params interface{}) error
	// Logout logout from cloud provider
	Logout(ctx context.Context) error
	// CreateContextData create data for cloud context
	CreateContextData(ctx context.Context, params interface{}) (contextData interface{}, description string, err error)
}

Service cloud specific services

func NotImplementedCloudService

func NotImplementedCloudService() (Service, error)

NotImplementedCloudService to use for backend that don't provide cloud services

Jump to

Keyboard shortcuts

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