oper

package
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2024 License: BSD-2-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FileAflexGet

func FileAflexGet(authToken string, host string, aflexName string, logger *axapi.ThunderLog) error

func FileBwListGet

func FileBwListGet(authToken string, host string, fileName string, logger *axapi.ThunderLog) error

func FileCaCertGet

func FileCaCertGet(authToken string, host string, targetName string, logger *axapi.ThunderLog) error

func FileClassListGet

func FileClassListGet(authToken string, host string, aflexName string, logger *axapi.ThunderLog) error

func FileCsrGet

func FileCsrGet(authToken string, host string, targetName string, logger *axapi.ThunderLog) error

func FileSslCertGet

func FileSslCertGet(authToken string, host string, targetName string, logger *axapi.ThunderLog) error

func FileSslCrlGet

func FileSslCrlGet(authToken string, host string, targetName string, logger *axapi.ThunderLog) error

func FileSslKeyGet

func FileSslKeyGet(authToken string, host string, targetName string, logger *axapi.ThunderLog) error

Types

type FileAflex

type FileAflex struct {
	Aflex struct {
		Oper FileAflexList `json:"oper"`
	} `json:"aflex"`
}

type FileAflexList

type FileAflexList struct {
	Items []FileAflexListItem `json:"file-list"`
}

type FileAflexListItem

type FileAflexListItem struct {
	Name string `json:"file"`
}

type FileBwList

type FileBwList struct {
	BwList struct {
		Oper FileBwListList `json:"oper"`
	} `json:"bw-list"`
}

type FileBwListList

type FileBwListList struct {
	Items []FileBwListListItem `json:"file-list"`
}

type FileBwListListItem

type FileBwListListItem struct {
	Name string `json:"file"`
}

type FileCaCert

type FileCaCert struct {
	CaCert struct {
		Oper FileCaCertList `json:"oper"`
	} `json:"ca-cert"`
}

type FileCaCertList

type FileCaCertList struct {
	Items []FileCaCertListItem `json:"file-list"`
}

type FileCaCertListItem

type FileCaCertListItem struct {
	Name string `json:"file"`
}

type FileClassList

type FileClassList struct {
	ClassList struct {
		Oper FileClassListList `json:"oper"`
	} `json:"class-list"`
}

type FileClassListList

type FileClassListList struct {
	Items []FileClassListListItem `json:"file-list"`
}

type FileClassListListItem

type FileClassListListItem struct {
	Name string `json:"file"`
}

type FileCsr

type FileCsr struct {
	SslCsr struct {
		Oper FileCsrList `json:"oper"`
	} `json:"csr"`
}

type FileCsrList

type FileCsrList struct {
	Items []FileCsrListItem `json:"ssl-csr"`
}

type FileCsrListItem

type FileCsrListItem struct {
	Name string `json:"name"`
}

type FileSslCert

type FileSslCert struct {
	SslCert struct {
		Oper FileSslCertList `json:"oper"`
	} `json:"ssl-cert"`
}

type FileSslCertList

type FileSslCertList struct {
	Items []FileSslCertListItem `json:"file-list"`
}

type FileSslCertListItem

type FileSslCertListItem struct {
	Name string `json:"file"`
}

type FileSslCrl

type FileSslCrl struct {
	SslCrl struct {
		Oper FileSslCrlList `json:"oper"`
	} `json:"ssl-crl"`
}

type FileSslCrlList

type FileSslCrlList struct {
	Items []FileSslCrlListItem `json:"file-list"`
}

type FileSslCrlListItem

type FileSslCrlListItem struct {
	Name string `json:"file"`
}

type FileSslKey

type FileSslKey struct {
	SslKey struct {
		Oper FileSslKeyList `json:"oper"`
	} `json:"ssl-key"`
}

type FileSslKeyList

type FileSslKeyList struct {
	Items []FileSslKeyListItem `json:"file-list"`
}

type FileSslKeyListItem

type FileSslKeyListItem struct {
	Name string `json:"file"`
}

Jump to

Keyboard shortcuts

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