importer

package
v1.3.3 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2025 License: Apache-2.0 Imports: 32 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FromMap

func FromMap[T interface{}](input interface{}, v T) *T

func NewImportCmd

func NewImportCmd(out io.Writer, errOut io.Writer) *cobra.Command

Types

type FileReader

type FileReader struct {
}

type Importer

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

func (*Importer) Execute

func (importer *Importer) Execute(input []string) (map[string]any, error)

func (*Importer) IsAuthPolicyImportRequired

func (importer *Importer) IsAuthPolicyImportRequired(args []string) bool

func (*Importer) IsCertificateAuthorityImportRequired

func (importer *Importer) IsCertificateAuthorityImportRequired(args []string) bool

func (*Importer) IsConfigImportRequired

func (importer *Importer) IsConfigImportRequired(args []string) bool

func (*Importer) IsConfigTypeImportRequired

func (importer *Importer) IsConfigTypeImportRequired(args []string) bool

func (*Importer) IsEdgeRouterImportRequired

func (importer *Importer) IsEdgeRouterImportRequired(args []string) bool

func (*Importer) IsEdgeRouterPolicyImportRequired

func (importer *Importer) IsEdgeRouterPolicyImportRequired(args []string) bool

func (*Importer) IsExtJwtSignerImportRequired

func (importer *Importer) IsExtJwtSignerImportRequired(args []string) bool

func (*Importer) IsIdentityImportRequired

func (importer *Importer) IsIdentityImportRequired(args []string) bool

func (*Importer) IsPostureCheckImportRequired

func (importer *Importer) IsPostureCheckImportRequired(args []string) bool

func (*Importer) IsServiceEdgeRouterPolicyImportRequired

func (importer *Importer) IsServiceEdgeRouterPolicyImportRequired(args []string) bool

func (*Importer) IsServiceImportRequired

func (importer *Importer) IsServiceImportRequired(args []string) bool

func (*Importer) IsServicePolicyImportRequired

func (importer *Importer) IsServicePolicyImportRequired(args []string) bool

func (*Importer) ProcessAuthPolicies

func (importer *Importer) ProcessAuthPolicies(input map[string][]interface{}) (map[string]string, error)

func (*Importer) ProcessCertificateAuthorities

func (importer *Importer) ProcessCertificateAuthorities(input map[string][]interface{}) (map[string]string, error)

func (*Importer) ProcessConfigTypes

func (importer *Importer) ProcessConfigTypes(input map[string][]interface{}) (map[string]string, error)

func (*Importer) ProcessConfigs

func (importer *Importer) ProcessConfigs(input map[string][]interface{}) (map[string]string, error)

func (*Importer) ProcessEdgeRouterPolicies

func (importer *Importer) ProcessEdgeRouterPolicies(input map[string][]interface{}) (map[string]string, error)

func (*Importer) ProcessEdgeRouters

func (importer *Importer) ProcessEdgeRouters(input map[string][]interface{}) (map[string]string, error)

func (*Importer) ProcessExternalJwtSigners

func (importer *Importer) ProcessExternalJwtSigners(input map[string][]interface{}) (map[string]string, error)

func (*Importer) ProcessIdentities

func (importer *Importer) ProcessIdentities(input map[string][]interface{}) (map[string]string, error)

func (*Importer) ProcessPostureChecks

func (importer *Importer) ProcessPostureChecks(input map[string][]interface{}) (map[string]string, error)

func (*Importer) ProcessServiceEdgeRouterPolicies

func (importer *Importer) ProcessServiceEdgeRouterPolicies(input map[string][]interface{}) (map[string]string, error)

func (*Importer) ProcessServicePolicies

func (importer *Importer) ProcessServicePolicies(input map[string][]interface{}) (map[string]string, error)

func (*Importer) ProcessServices

func (importer *Importer) ProcessServices(input map[string][]interface{}) (map[string]string, error)

type Reader

type Reader interface {
	// contains filtered or unexported methods
}

Jump to

Keyboard shortcuts

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