Versions in this module Expand all Collapse all v2 v2.2.2 Feb 11, 2025 Changes in this version type Client + func (c *Client) ListInstallations(ctx context.Context) (*logical.Response, error) v2.1.2 Feb 11, 2025 Changes in this version + func Factory(ctx context.Context, conf *logical.BackendConfig) (logical.Backend, error) + type Client struct + func NewClient(config *Config) (*Client, error) + func (c *Client) RevokeToken(ctx context.Context, token string) (*logical.Response, error) + func (c *Client) Token(ctx context.Context, tokReq *tokenRequest) (*logical.Response, error) + type Config struct + AppID int + BaseURL string + ExcludeRepositoryMetadata bool + PrvKey string + func NewConfig() *Config + func (c *Config) Update(d *framework.FieldData) (bool, error) + type Error string + func (e Error) Error() string + type PermissionSet struct + Name string + TokenRequest *tokenRequest