Documentation ¶
Index ¶
Constants ¶
View Source
const ( ConfInputPluginKey = "awscsm_listener" ConfAggregationPluginKey = "aws_csm" ConfOutputPluginKey = "aws_csm" ConfInputAddressKey = "service_addresses" OutputsKey = "outputs" )
Variables ¶
View Source
var ChildRule = map[string]translator.Rule{}
View Source
var MergeRuleMap = map[string]mergeJsonRule.MergeRule{}
Functions ¶
func GetCurPath ¶
func GetCurPath() string
func RegisterRule ¶
func RegisterRule(fieldname string, r translator.Rule)
Types ¶
type DataFormat ¶
type DataFormat struct { }
func (*DataFormat) ApplyRule ¶
func (obj *DataFormat) ApplyRule(input interface{}) (returnKey string, returnVal interface{})
type EndpointOverride ¶
type EndpointOverride struct{}
func (*EndpointOverride) ApplyRule ¶
func (*EndpointOverride) ApplyRule(input interface{}) (returnKey string, returnVal interface{})
type MemoryLimitInMb ¶
type MemoryLimitInMb struct { }
func (*MemoryLimitInMb) ApplyRule ¶
func (m *MemoryLimitInMb) ApplyRule(input interface{}) (returnKey string, returnVal interface{})
Click to show internal directories.
Click to hide internal directories.