Versions in this module Expand all Collapse all v0 v0.2.0 Mar 8, 2025 v0.1.0 Mar 7, 2025 Changes in this version + type Client struct + func NewClient(token string) (*Client, error) + func (c *Client) GetForkedRepositories(ctx context.Context) ([]Repository, error) + func (c *Client) IsRepositoryBehindUpstream(ctx context.Context, repo Repository) (bool, int, error) + func (c *Client) SyncRepositoryWithUpstream(ctx context.Context, repo Repository) error + type Repository struct + FullName string + Name string + Owner string + ParentName string + ParentOwner string