b2

package
v0.8.9 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DATA_SOURCE_READ string = "data_source_read"

	RESOURCE_CREATE string = "resource_create"
	RESOURCE_READ   string = "resource_read"
	RESOURCE_UPDATE string = "resource_update"
	RESOURCE_DELETE string = "resource_delete"
)

Variables

This section is empty.

Functions

func New

func New(version string, exec string) func() *schema.Provider

Types

type Client

type Client struct {
	Exec                 string
	UserAgentAppend      string
	ApplicationKeyId     string
	ApplicationKey       string
	Endpoint             string
	DataSources          map[string][]string
	Resources            map[string][]string
	SensitiveDataSources map[string]map[string]bool
	SensitiveResources   map[string]map[string]bool
}

Jump to

Keyboard shortcuts

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