| 412 | } |
| 413 | |
| 414 | type pluginTokenStorage struct { |
| 415 | provider string |
| 416 | rawJSON []byte |
| 417 | meta map[string]any |
| 418 | } |
| 419 | |
| 420 | func (s *pluginTokenStorage) SetMetadata(meta map[string]any) { |
| 421 | if s == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected