Documentation ¶
Index ¶
- Variables
- func WithInstance(client *bitbucket.Client, config *Config) (source.Driver, error)
- type Bitbucket
- func (b *Bitbucket) Close() error
- func (b *Bitbucket) First() (version uint, er error)
- func (b *Bitbucket) Next(version uint) (nextVersion uint, err error)
- func (b *Bitbucket) Open(url string) (source.Driver, error)
- func (b *Bitbucket) Prev(version uint) (prevVersion uint, err error)
- func (b *Bitbucket) ReadDown(version uint) (r io.ReadCloser, identifier string, err error)
- func (b *Bitbucket) ReadUp(version uint) (r io.ReadCloser, identifier string, err error)
- type Config
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.