| 12345678910111213141516171819202122 |
- // Code generated by 'yaegi extract github.com/aws/aws-sdk-go-v2/credentials'. DO NOT EDIT.
- package symbols
- import (
- "github.com/aws/aws-sdk-go-v2/credentials"
- "go/constant"
- "go/token"
- "reflect"
- )
- func init() {
- Symbols["github.com/aws/aws-sdk-go-v2/credentials/credentials"] = map[string]reflect.Value{
- // function, constant and variable definitions
- "NewStaticCredentialsProvider": reflect.ValueOf(credentials.NewStaticCredentialsProvider),
- "StaticCredentialsName": reflect.ValueOf(constant.MakeFromLiteral("\"StaticCredentials\"", token.STRING, 0)),
- // type definitions
- "StaticCredentialsEmptyError": reflect.ValueOf((*credentials.StaticCredentialsEmptyError)(nil)),
- "StaticCredentialsProvider": reflect.ValueOf((*credentials.StaticCredentialsProvider)(nil)),
- }
- }
|