Documentation
¶
Index ¶
- Constants
- func GenerateCommentInformation(data map[string]string) string
- func GetMFAEmbedded(apiExecuteFunc func() (*mfa.EntityArray, *http.Response, error), ...) (*mfa.EntityArrayEmbedded, error)
- func GetManagementEmbedded(apiExecuteFunc func() (*management.EntityArray, *http.Response, error), ...) (*management.EntityArrayEmbedded, error)
- func GetProtectEmbedded(apiExecuteFunc func() (*risk.EntityArray, *http.Response, error), ...) (*risk.EntityArrayEmbedded, error)
- func HandleClientResponse(response *http.Response, err error, apiFunctionName string, ...) error
- func WriteFiles(exportableResources []connector.ExportableResource, format, outputDir string, ...) error
Constants ¶
View Source
const (
SINGLETON_ID_COMMENT_DATA = "" /* 140-byte string literal not displayed */
)
Variables ¶
This section is empty.
Functions ¶
func GetMFAEmbedded ¶
func GetMFAEmbedded(apiExecuteFunc func() (*mfa.EntityArray, *http.Response, error), apiFunctionName string, resourceType string) (*mfa.EntityArrayEmbedded, error)
Executes the function apiExecuteFunc for the MFAAPIClient Handles err and response if Client call failed Returns embedded data if not nil Treats nil embedded data as an error
func GetManagementEmbedded ¶
func GetManagementEmbedded(apiExecuteFunc func() (*management.EntityArray, *http.Response, error), apiFunctionName string, resourceType string) (*management.EntityArrayEmbedded, error)
Executes the function apiExecuteFunc for the ManagementAPIClient Handles err and response if Client call failed Returns embedded data if not nil Treats nil embedded data as an error
func GetProtectEmbedded ¶
func GetProtectEmbedded(apiExecuteFunc func() (*risk.EntityArray, *http.Response, error), apiFunctionName string, resourceType string) (*risk.EntityArrayEmbedded, error)
Executes the function apiExecuteFunc for the RiskAPIClient Handles err and response if Client call failed Returns embedded data if not nil Treats nil embedded data as an error
func HandleClientResponse ¶
func WriteFiles ¶
func WriteFiles(exportableResources []connector.ExportableResource, format, outputDir string, overwriteExport bool) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.