Documentation ¶
Index ¶
- func Chomp(s string) string
- func DeSlasher(str string) string
- func InLambda() bool
- func OtelConfigPresent() bool
- func PathExists(path string) bool
- func PolicyArnFromName(accountId, name string) string
- func PolicyNameFromArn(arn string) string
- func ReSlasher(str string) string
- func RoleArnFromAssumeRoleArn(arn string) (string, error)
- func RoleArnFromName(accountId, name string) string
- func RoleNameFromArn(arn string) string
- func SetLogLevel()
- func ShaLike(str string) bool
- func UnsafeSlice(s string, start, end int) string
- type AwsLogInterface
- type RetryLogger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OtelConfigPresent ¶
func OtelConfigPresent() bool
func PathExists ¶
func PolicyArnFromName ¶
func PolicyNameFromArn ¶
func RoleArnFromName ¶
func RoleNameFromArn ¶
func SetLogLevel ¶
func SetLogLevel()
Types ¶
type AwsLogInterface ¶
type AwsLogInterface interface { // Logf is expected to support the standard fmt package "verbs". Logf(classification logging.Classification, format string, v ...interface{}) }
type RetryLogger ¶
func (*RetryLogger) Logf ¶
func (l *RetryLogger) Logf(classification logging.Classification, format string, v ...interface{})
Click to show internal directories.
Click to hide internal directories.