Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IGQLClient ¶
GraphQL client interface
type RepoStatusParams ¶
type RepoStatusRequest ¶
type RepoStatusRequest struct {
Params RepoStatusParams
}
func (RepoStatusRequest) Do ¶
func (r RepoStatusRequest) Do(ctx context.Context, client IGQLClient) (*repository.Meta, error)
type RepoStatusResponse ¶
type RepoStatusResponse struct {
Repository struct {
Isactivated bool `json:"isActivated"`
} `json:"repository"`
}
Click to show internal directories.
Click to hide internal directories.