Documentation ¶
Overview ¶
facts provides a way to represent determisitic facts about the code in a simple key value store.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fact ¶
type Fact uint8
const ( // None is the default value for Fact. // Getting a Fact of type None means there are no facts for the given key. None Fact = 0 // GrpcServerType is a Fact that represents a gRPC server implementation object type. GrpcServerType Fact = 1 // GrpcServerStream is a Fact that represents a gRPC server stream object. GrpcServerStream Fact = 2 )
Click to show internal directories.
Click to hide internal directories.