Versions in this module Expand all Collapse all v1 v1.6.0 Nov 21, 2023 v1.5.0 Nov 21, 2023 Changes in this version + type Client struct + func New(cnf *config.Config) *Client + func (c *Client) Get(input *GetVcsConnectionInput) (*GetVcsConnectionOutput, error) + func (c *Client) ListVcsConnections(input *ListVcsConnectionsInput) (*ListVcsConnectionsOutput, error) + type GetVcsConnectionInput struct + VcsConnectionId int + type GetVcsConnectionOutput struct + VcsConnection *VcsConnection + type ListVcsConnectionsInput struct + func (*ListVcsConnectionsInput) ToQueryParams() map[string]string + type ListVcsConnectionsOutput struct + VcsConnections *VcsConnection + type VcsConnection struct + CreatedAt time.Time + Email string + Expiry time.Time + Host string + Id int + Method string + Provider string + Uid string + UpdatedAt time.Time