Documentation
¶
Index ¶
Constants ¶
View Source
const KeyConfig string = "config"
View Source
const KeyDsnPrefix = "dsn/"
View Source
const KeyProjectConfigPrefix = "projects/"
View Source
const SecretTypeCreds = "creds"
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(c *logical.BackendConfig) *backend
Types ¶
type SentryOrg ¶
type SentryProject ¶
type SentryProject struct {
Name string `json:"name"`
DisplayName string `json:"display_name"`
Team string `json:"team"`
Org string `json:"org"`
DefaultDsnLabel string `json:"default_dsn_label"`
}
func (*SentryProject) Data ¶
func (p *SentryProject) Data() map[string]interface{}
Click to show internal directories.
Click to hide internal directories.