Documentation ¶
Index ¶
- func AS3ToRestProperties(as3PropFilePath, restPropFilePath string) error
- func Initialize(bip *f5_bigip.BIGIP, as3Svc string, logLevel string) error
- func ParseAS3(ctx context.Context, as3obj map[string]interface{}) (map[string]interface{}, error)
- type ConvertContext
- type ParseContext
- type Properties
- type Property
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AS3ToRestProperties ¶ added in v0.0.2
AS3ToRestProperties is used to generate restPropFilePath from as3PropFilePath
Types ¶
type ConvertContext ¶
type ParseContext ¶
type Properties ¶
type Property ¶
type Property struct { RestName string `json:"restname"` Falsehood string `json:"falsehood"` Truth string `json:"truth"` Extend string `json:"extend"` QuotedString bool `json:"quotedString"` IntToString bool `json:"intToString"` MinVersion string `json:"minVersion"` RequiredModules map[string]interface{} `json:"requiredModules"` Default string `json:"default"` }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.