keyvaluetags

package
v0.0.0-...-803190b Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2022 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PackageName = `keyvaluetags`
	PackagePath = `github.com/hashicorp/terraform-provider-aws/aws/internal/keyvaluetags`
)
View Source
const (
	KeyValueTagsMethodNameChunks                 = `Chunks`
	KeyValueTagsMethodNameContainsAll            = `ContainsAll`
	KeyValueTagsMethodNameHash                   = `Hash`
	KeyValueTagsMethodNameIgnore                 = `Ignore`
	KeyValueTagsMethodNameIgnoreAws              = `IgnoreAws`
	KeyValueTagsMethodNameIgnoreConfig           = `IgnoreConfig`
	KeyValueTagsMethodNameIgnoreElasticbeanstalk = `IgnoreElasticbeanstalk`
	KeyValueTagsMethodNameIgnorePrefixes         = `IgnorePrefixes`
	KeyValueTagsMethodNameIgnoreRds              = `IgnoreRds`
	KeyValueTagsMethodNameKeys                   = `Keys`
	KeyValueTagsMethodNameMap                    = `Map`
	KeyValueTagsMethodNameMerge                  = `Merge`
	KeyValueTagsMethodNameRemoved                = `Removed`
	KeyValueTagsMethodNameUpdated                = `Updated`
	KeyValueTagsMethodNameUrlEncode              = `UrlEncode`

	TypeNameKeyValueTags = `KeyValueTags`
)
View Source
const (
	FuncNameNew = `New`
)
View Source
const (
	TypeNameIgnoreConfig = `IgnoreConfig`
)

Variables

This section is empty.

Functions

func IsFunc

func IsFunc(e ast.Expr, info *types.Info, funcName string) bool

IsFunc returns if the function call is in the package

func IsNamedType

func IsNamedType(t *types.Named, typeName string) bool

IsNamedType returns if the type name matches and is from the package

func IsReceiverMethod

func IsReceiverMethod(e ast.Expr, info *types.Info, receiverName string, methodName string) bool

IsReceiverMethod returns if the receiver method call is in the package

func IsTypeIgnoreConfig

func IsTypeIgnoreConfig(t types.Type) bool

IsTypeIgnoreConfig returns if the type is IgnoreConfig from the internal/keyvaluetags package

func IsTypeKeyValueTags

func IsTypeKeyValueTags(t types.Type) bool

IsTypeKeyValueTags returns if the type is KeyValueTags from the internal/keyvaluetags package

Types

This section is empty.

Jump to

Keyboard shortcuts

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