cbs

package
v0.9.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Provider

func Provider() *schema.Provider

Types

type CbsService

type CbsService struct {
	AWSClient   cloud.AWSClientAPI
	AzureClient cloud.AzureClientAPI
	// contains filtered or unexported fields
}

type JSONDefaultTemplate

type JSONDefaultTemplate struct {
	Resources []JSONDefaultTemplateResources
}

type JSONDefaultTemplateResources

type JSONDefaultTemplateResources struct {
	Plan Plan
}

type Plan

type Plan struct {
	Name      string
	Product   string
	Publisher string
	Version   string
}

type PlanByVersion

type PlanByVersion []VersionedPlan

func (PlanByVersion) Len

func (a PlanByVersion) Len() int

func (PlanByVersion) Less

func (a PlanByVersion) Less(i, j int) bool

func (PlanByVersion) Swap

func (a PlanByVersion) Swap(i, j int)

type VersionedPlan

type VersionedPlan struct {
	Version version.Version
	Plan    Plan
}

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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