Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustParseName ¶
func MustParseName(name string) (invID invocations.ID, testID, resultID, artifactID string)
MustParseName extracts invocation, test, result and artifactIDs. Test and result IDs are "" if this is a invocation-level artifact. Panics on failure.
func ParseParentID ¶
ParseParentID parses parentID into testID and resultID. If the artifact's parent is invocation, then testID and resultID are "".
Types ¶
type Query ¶
type Query struct { InvocationIDs invocations.IDSet ParentIDRegexp string FollowEdges *pb.QueryArtifactsRequest_EdgeTypeSet TestResultPredicate *pb.TestResultPredicate PageSize int // must be positive PageToken string }
Query specifies artifacts to fetch.
Click to show internal directories.
Click to hide internal directories.