Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProviderConnection ¶
type ProviderConnection struct {
ID string `json:"id"`
ProjectID string `json:"project_id"`
Provider string `json:"provider"`
Domain string `json:"domain"`
APIKey string `json:"-"`
CreatedAt time.Time `json:"created_at"`
}
ProviderConnection represents a connection to an external data provider for a project.
Click to show internal directories.
Click to hide internal directories.