Versions in this module Expand all Collapse all v0 v0.9.2 Dec 13, 2019 Changes in this version + func ToDisk(r *Resource, path string) error + type Handler struct + func NewHandler(logger *zap.SugaredLogger, client *scm.Client, repo string, pr int) *Handler + func NewSCMHandler(logger *zap.SugaredLogger, raw, provider, token string) (*Handler, error) + func (h *Handler) Download(ctx context.Context) (*Resource, error) + func (h *Handler) Upload(ctx context.Context, r *Resource) error + type Manifest map[string]bool + type Resource struct + Comments []*scm.Comment + Manifests map[string]Manifest + PR *scm.PullRequest + Statuses []*scm.Status + func FromDisk(path string) (*Resource, error)