(ctx context.Context, dest string, showMsg bool)
| 64 | // Must implement the GetPolicy() method. |
| 65 | type PolicySource interface { |
| 66 | GetPolicy(ctx context.Context, dest string, showMsg bool) (string, error) |
| 67 | PolicyUrl() string |
| 68 | Subdir() string |
| 69 | Type() PolicyType |
no outgoing calls