github_com-aws-aws-sdk-go-v2-credentials.go 796 B

12345678910111213141516171819202122
  1. // Code generated by 'yaegi extract github.com/aws/aws-sdk-go-v2/credentials'. DO NOT EDIT.
  2. package symbols
  3. import (
  4. "github.com/aws/aws-sdk-go-v2/credentials"
  5. "go/constant"
  6. "go/token"
  7. "reflect"
  8. )
  9. func init() {
  10. Symbols["github.com/aws/aws-sdk-go-v2/credentials/credentials"] = map[string]reflect.Value{
  11. // function, constant and variable definitions
  12. "NewStaticCredentialsProvider": reflect.ValueOf(credentials.NewStaticCredentialsProvider),
  13. "StaticCredentialsName": reflect.ValueOf(constant.MakeFromLiteral("\"StaticCredentials\"", token.STRING, 0)),
  14. // type definitions
  15. "StaticCredentialsEmptyError": reflect.ValueOf((*credentials.StaticCredentialsEmptyError)(nil)),
  16. "StaticCredentialsProvider": reflect.ValueOf((*credentials.StaticCredentialsProvider)(nil)),
  17. }
  18. }