venafi

package
v5.6.4 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Platform

type Platform int
const (
	// Undefined represents an invalid Platform
	Undefined Platform = iota
	// Fake is a fake platform for tests
	Fake
	// TLSPCloud represents the VCP platform type
	TLSPCloud
	// TPP represents the TPP platform type
	TPP
	// Firefly represents the Firefly platform type
	Firefly
)

func GetPlatformType

func GetPlatformType(platformString string) Platform

func (Platform) GetConnectorType added in v5.6.1

func (p Platform) GetConnectorType() endpoint.ConnectorType

GetConnectorType converts the Platform value to an endpoint.ConnectorType value. With aims to make easier to use one or another

func (Platform) MarshalYAML

func (p Platform) MarshalYAML() (interface{}, error)

MarshalYAML customizes the behavior of Platform when being marshaled into a YAML document. The returned value is marshaled in place of the original value implementing Marshaller

func (Platform) String

func (p Platform) String() string

String returns a string representation of this object

func (*Platform) UnmarshalYAML

func (p *Platform) UnmarshalYAML(value *yaml.Node) error

UnmarshalYAML customizes the behavior when being unmarshalled from a YAML document

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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