Documentation
¶
Index ¶
- Variables
- func ConfigInstance() interface{}
- func GetConfig(connection *plugin.Connection) githubConfig
- func ListOrganizationDetail(ctx context.Context, d *plugin.QueryData, h *plugin.HydrateData) (interface{}, error)
- func Plugin(ctx context.Context) *plugin.Plugin
- func RepoNameFromQuals(_ context.Context, d *plugin.QueryData, h *plugin.HydrateData) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigSchema = map[string]*schema.Attribute{ "token": { Type: schema.TypeString, }, }
Functions ¶
func ConfigInstance ¶ added in v0.1.0
func ConfigInstance() interface{}
func GetConfig ¶ added in v0.1.0
func GetConfig(connection *plugin.Connection) githubConfig
GetConfig :: retrieve and cast connection config from query data
func ListOrganizationDetail ¶ added in v0.2.0
func RepoNameFromQuals ¶ added in v0.2.0
Types ¶
This section is empty.
Source Files
¶
- connection_config.go
- plugin.go
- table_github_branch.go
- table_github_branch_protection.go
- table_github_commit.go
- table_github_community_profile.go
- table_github_gist.go
- table_github_gitignore.go
- table_github_issue.go
- table_github_license.go
- table_github_my_gist.go
- table_github_my_issue.go
- table_github_my_organization.go
- table_github_my_repository.go
- table_github_my_team.go
- table_github_organization.go
- table_github_pull_request.go
- table_github_release.go
- table_github_repository.go
- table_github_stargazer.go
- table_github_tag.go
- table_github_traffic_view_daily.go
- table_github_traffic_view_weekly.go
- table_github_user.go
- table_github_workflow.go
- utils.go
Click to show internal directories.
Click to hide internal directories.