bitbucket

package
v0.0.0-...-901927a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2019 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRepoServiceIfMatches

func NewRepoServiceIfMatches() repository.ServiceCreator

Types

type Error

type Error struct {
	Message string `json:"message,omitempty"`
}

type FileEntry

type FileEntry struct {
	Path string `json:"path,omitempty"`
}

type Pagination

type Pagination struct {
	Page int    `json:"page,omitempty"`
	Next string `json:"next,omitempty"`
}

type RepositoryLanguage

type RepositoryLanguage struct {
	Language string `json:"language,omitempty"`
}

type RepositoryService

type RepositoryService struct {
	// contains filtered or unexported fields
}

func (*RepositoryService) CheckBranch

func (s *RepositoryService) CheckBranch() error

func (*RepositoryService) CheckCredentials

func (s *RepositoryService) CheckCredentials() error

func (*RepositoryService) CheckRepoAccessibility

func (s *RepositoryService) CheckRepoAccessibility() error

func (*RepositoryService) FileExistenceChecker

func (s *RepositoryService) FileExistenceChecker() (repository.FileExistenceChecker, error)

func (*RepositoryService) GetLanguageList

func (s *RepositoryService) GetLanguageList() ([]string, error)

type ResponseError

type ResponseError struct {
	Error Error `json:"error,omitempty"`
}

type Src

type Src struct {
	Pagination
	Values []FileEntry `json:"values,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL