Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type View ¶
type View struct {
Id string
Active bool
InternalIdentifier string
ApiKeyFirstLetters string
CreatedAt time.Time
LastUsedAt time.Time
ImportedWithKey bool
Namespace string
}
View is an immutable snapshot of a DB user. It is both the value callers read and the RAFT user-query response shape, so the two cannot drift apart. Field names carry the wire contract.
Click to show internal directories.
Click to hide internal directories.