Documentation
¶
Index ¶
- func SetFieldBool(ctx context.Context, fullTypeName string, terraformType string, key string, ...) context.Context
- func SetFieldInt64(ctx context.Context, fullTypeName string, terraformType string, key string, ...) context.Context
- func SetFieldListString(ctx context.Context, fullTypeName string, terraformType string, key string, ...) context.Context
- func SetFieldSetString(ctx context.Context, fullTypeName string, terraformType string, key string, ...) context.Context
- func SetFieldString(ctx context.Context, fullTypeName string, terraformType string, key string, ...) context.Context
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetFieldBool ¶
func SetFieldBool( ctx context.Context, fullTypeName string, terraformType string, key string, value interface{ ValueBool() bool }, ) context.Context
SetFieldBool sets a bool field on the logger in the context.Context.
func SetFieldInt64 ¶
func SetFieldInt64( ctx context.Context, fullTypeName string, terraformType string, key string, value interface{ ValueInt64() int64 }, ) context.Context
SetFieldInt64 sets an int64 field on the logger in the context.Context.
func SetFieldListString ¶ added in v0.0.7
func SetFieldListString( ctx context.Context, fullTypeName string, terraformType string, key string, value interface{ Elements() []attr.Value }, ) context.Context
SetFieldListString sets a list of strings field on the logger in the context.Context.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.