Documentation ¶ Index ¶ type Source Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Source ¶ type Source interface { // Ref to repository. Ref() url.URL // Poll repository for changes. Should return true without error if something changed. Poll(ctx context.Context, targetDir string) (bool, error) } Source provider for remote repository. Source Files ¶ View all Source files interfaces.go Directories ¶ Show internal Expand all Path Synopsis git Click to show internal directories. Click to hide internal directories.