(source []byte)
| 235 | } |
| 236 | |
| 237 | func InlineData(source []byte) PolicySource { |
| 238 | return inlineData{source} |
| 239 | } |
| 240 | |
| 241 | func (s inlineData) GetPolicy(ctx context.Context, workDir string, showMsg bool) (string, error) { |
| 242 | dl := func(source string, dest string) (metadata.Metadata, error) { |
no outgoing calls