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 uint64, er error)
- func (b *Bitbucket) Next(version uint64) (nextVersion uint64, err error)
- func (b *Bitbucket) Open(url string) (source.Driver, error)
- func (b *Bitbucket) Prev(version uint64) (prevVersion uint64, err error)
- func (b *Bitbucket) ReadDown(version uint64) (r io.ReadCloser, identifier string, err error)
- func (b *Bitbucket) ReadUp(version uint64) (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.