package
Version:
v0.0.0-...-8e3f0bd
Opens a new window with list of versions in this module.
Published: Sep 28, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Allow struct {
Pattern string `"ALLOW" @String`
}
type ArtifactRule interface {
}
type Disallow struct {
Pattern string `"DISALLOW" @String`
}
type Match struct {
Pattern string `"MATCH" @String`
SourcePrefix *string `("IN" @String)?`
Field string `"WITH" @String`
DestinationPrefix *string `("IN" @String)?`
}
type Mismatch struct {
Pattern string `"MISMATCH" @String`
SourcePrefix *string `("IN" @String)?`
Field string `"WITH" @String`
DestinationPrefix *string `("IN" @String)?`
}
type Require struct {
Pattern string `"REQUIRE" @String`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.