Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct {
ID string `json:"id"`
Kind ContextKind `json:"kind"`
}
type ContextKind ¶
type ContextKind string
const ( ContextKindCustomer ContextKind = "customer" ContextKindProject ContextKind = "project" )
type ExtensionAddedToContext ¶
Click to show internal directories.
Click to hide internal directories.