Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶ added in v0.0.5
type Entry struct { Message string `json:"message"` Severity string `json:"severity,omitempty"` Trace string `json:"logging.googleapis.com/trace,omitempty"` // Logs Explorer allows filtering and display of this as `jsonPayload.component`. Component string `json:"component,omitempty"` }
Entry defines a log entry.
type Identity ¶
type Identity struct {
// contains filtered or unexported fields
}
Identity holds information required to verify an OIDC identity token
func NewIdentity ¶
NewIdentity return a new Identity, with default values and oidc proivder information populated
Click to show internal directories.
Click to hide internal directories.