Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigInstance ¶
func ConfigInstance() interface{}
func GetConfig ¶
func GetConfig(connection *plugin.Connection) sentryConfig
GetConfig :: retrieve and cast connection config from query data
Types ¶
type IssueAlert ¶
type IssueAlert struct { sentry.IssueAlert OrganizationSlug string ProjectSlug string }
type MetricAlert ¶
type MetricAlert struct { sentry.MetricAlert OrganizationSlug string ProjectSlug string }
type OrganizationIntegration ¶
type OrganizationIntegration struct { sentry.OrganizationIntegration OrganizationSlug string }
type OrganizationMember ¶
type OrganizationMember struct { sentry.OrganizationMember OrganizationSlug string }
type OrganizationRepository ¶
type OrganizationRepository struct { sentry.OrganizationRepository OrganizationSlug string }
type ProjectKey ¶
type ProjectKey struct { sentry.ProjectKey ProjectSlug string }
Source Files ¶
- connection_config.go
- errors.go
- plugin.go
- table_sentry_issue_alert.go
- table_sentry_key.go
- table_sentry_metric_alert.go
- table_sentry_organization.go
- table_sentry_organization_integration.go
- table_sentry_organization_member.go
- table_sentry_organization_repository.go
- table_sentry_project.go
- table_sentry_team.go
Click to show internal directories.
Click to hide internal directories.