Documentation ¶
Index ¶
- func FromMap[T interface{}](input interface{}, v T) *T
- func NewImportCmd(out io.Writer, errOut io.Writer) *cobra.Command
- type FileReader
- type Importer
- func (importer *Importer) Execute(input []string) (map[string]any, error)
- func (importer *Importer) IsAuthPolicyImportRequired(args []string) bool
- func (importer *Importer) IsCertificateAuthorityImportRequired(args []string) bool
- func (importer *Importer) IsConfigImportRequired(args []string) bool
- func (importer *Importer) IsConfigTypeImportRequired(args []string) bool
- func (importer *Importer) IsEdgeRouterImportRequired(args []string) bool
- func (importer *Importer) IsEdgeRouterPolicyImportRequired(args []string) bool
- func (importer *Importer) IsExtJwtSignerImportRequired(args []string) bool
- func (importer *Importer) IsIdentityImportRequired(args []string) bool
- func (importer *Importer) IsPostureCheckImportRequired(args []string) bool
- func (importer *Importer) IsServiceEdgeRouterPolicyImportRequired(args []string) bool
- func (importer *Importer) IsServiceImportRequired(args []string) bool
- func (importer *Importer) IsServicePolicyImportRequired(args []string) bool
- func (importer *Importer) ProcessAuthPolicies(input map[string][]interface{}) (map[string]string, error)
- func (importer *Importer) ProcessCertificateAuthorities(input map[string][]interface{}) (map[string]string, error)
- func (importer *Importer) ProcessConfigTypes(input map[string][]interface{}) (map[string]string, error)
- func (importer *Importer) ProcessConfigs(input map[string][]interface{}) (map[string]string, error)
- func (importer *Importer) ProcessEdgeRouterPolicies(input map[string][]interface{}) (map[string]string, error)
- func (importer *Importer) ProcessEdgeRouters(input map[string][]interface{}) (map[string]string, error)
- func (importer *Importer) ProcessExternalJwtSigners(input map[string][]interface{}) (map[string]string, error)
- func (importer *Importer) ProcessIdentities(input map[string][]interface{}) (map[string]string, error)
- func (importer *Importer) ProcessPostureChecks(input map[string][]interface{}) (map[string]string, error)
- func (importer *Importer) ProcessServiceEdgeRouterPolicies(input map[string][]interface{}) (map[string]string, error)
- func (importer *Importer) ProcessServicePolicies(input map[string][]interface{}) (map[string]string, error)
- func (importer *Importer) ProcessServices(input map[string][]interface{}) (map[string]string, error)
- type Reader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FileReader ¶
type FileReader struct { }
type Importer ¶
type Importer struct {
// contains filtered or unexported fields
}
func (*Importer) IsAuthPolicyImportRequired ¶
func (*Importer) IsCertificateAuthorityImportRequired ¶
func (*Importer) IsConfigImportRequired ¶
func (*Importer) IsConfigTypeImportRequired ¶
func (*Importer) IsEdgeRouterImportRequired ¶
func (*Importer) IsEdgeRouterPolicyImportRequired ¶
func (*Importer) IsExtJwtSignerImportRequired ¶
func (*Importer) IsIdentityImportRequired ¶
func (*Importer) IsPostureCheckImportRequired ¶
func (*Importer) IsServiceEdgeRouterPolicyImportRequired ¶
func (*Importer) IsServiceImportRequired ¶
func (*Importer) IsServicePolicyImportRequired ¶
func (*Importer) ProcessAuthPolicies ¶
func (*Importer) ProcessCertificateAuthorities ¶
func (*Importer) ProcessConfigTypes ¶
func (*Importer) ProcessConfigs ¶
func (*Importer) ProcessEdgeRouterPolicies ¶
func (*Importer) ProcessEdgeRouters ¶
func (*Importer) ProcessExternalJwtSigners ¶
func (*Importer) ProcessIdentities ¶
func (*Importer) ProcessPostureChecks ¶
func (*Importer) ProcessServiceEdgeRouterPolicies ¶
func (*Importer) ProcessServicePolicies ¶
Source Files ¶
- importer.go
- importer_auth_policies.go
- importer_certificate_authorities.go
- importer_config_types.go
- importer_configs.go
- importer_edgerouter_policies.go
- importer_edgerouters.go
- importer_external_jwt_signers.go
- importer_identities.go
- importer_posture_check.go
- importer_service_edgerouter_policies.go
- importer_service_policies.go
- importer_services.go
Click to show internal directories.
Click to hide internal directories.