Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationResourcesTransformer ¶
type ApplicationResourcesTransformer struct { }
ApplicationResourcesTransformer handler for normalize application resources
func (*ApplicationResourcesTransformer) Transform ¶
func (applicationResourcesTransformer *ApplicationResourcesTransformer) Transform(data interface{}) interface{}
Transform convert income data into argo resource
type Transformer ¶
type Transformer interface {
Transform(data interface{}) interface{}
}
func GetApplicationResourcesTransformer ¶
func GetApplicationResourcesTransformer() Transformer
GetApplicationResourcesTransformer singleton for get ApplicationResourcesTransformer instance
Click to show internal directories.
Click to hide internal directories.