| 18 | var _ adaptor.Adaptor = new(Adaptor) |
| 19 | |
| 20 | type Adaptor struct { |
| 21 | awsAdapter utils.AwsAdapter |
| 22 | |
| 23 | Meta *meta.Meta |
| 24 | AwsClient *bedrockruntime.Client |
| 25 | } |
| 26 | |
| 27 | func (a *Adaptor) Init(meta *meta.Meta) { |
| 28 | a.Meta = meta |
nothing calls this directly
no outgoing calls
no test coverage detected