Versions in this module Expand all Collapse all v0 v0.1.1 Nov 12, 2022 v0.1.0 Aug 2, 2022 Changes in this version + type BuildSettings struct + BaseDirectoryPath string + BuildCommand string + DockerImage string + EnvironmentVariables []EnvironmentVariable + PublishDirectoryPath string + type DeploySettings struct + AutoPublishing bool + DfinityUseProxy bool + PRDeployPreviews bool + Source Source + type EnvironmentVariable struct + Name string + Value string + type FleekClient struct + func New(token string) (*FleekClient, error) + func (f *FleekClient) GetSiteBySlug(slug string) (Site, error) + func (f *FleekClient) GetSitesByTeamId(teamId string) ([]Site, error) + type GraphqlSite struct + BuildSettings struct{ ... } + CreatedAt graphql.String + CreatedBy graphql.ID + DeploySettings struct{ ... } + Description graphql.String + Id graphql.ID + Name graphql.String + Platform graphql.String + PublishedDeploy struct{ ... } + Slug graphql.String + Team struct{ ... } + UpdatedAt graphql.String + type PublishedDeploy struct + AutoPublish bool + CompletedAt time.Time + IPFSHash string + Id interface{} + Log string + PreviewImage string + Published bool + Repository Repository + StartedAt time.Time + Status string + TotalTime int + type Repository struct + Branch string + Commit string + Message string + Name string + Owner string + type Site struct + BuildSettings BuildSettings + CreatedAt time.Time + CreatedBy interface{} + DeploySettings DeploySettings + Description string + Id interface{} + Name string + Platform string + PublishedDeploy PublishedDeploy + Slug string + Team Team + UpdatedAt time.Time + type Source struct + Branch string + CID string + Type string + URL string + type Team struct + Id string + Name string