(ctx context.Context)
| 80 | } |
| 81 | |
| 82 | func WithContext(ctx context.Context) Option { |
| 83 | return func(o *Options) { |
| 84 | o.context = ctx |
| 85 | } |
| 86 | } |
| 87 | |
| 88 | func WithModelID(id string) Option { |
| 89 | return func(o *Options) { |
no outgoing calls
no test coverage detected