bitbucket

package
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Hosting

type Hosting struct{}

func (Hosting) List

func (h Hosting) List(ctx context.Context, opts gitdump.HostingOptions) (out []gitdump.HostingRepo, err error)

type RepositoryList

type RepositoryList struct {
	Next   string `json:"next"`
	Values []struct {
		Links struct {
			Clone []struct {
				Href string `json:"href"`
				Name string `json:"name"`
			} `json:"clone"`
		} `json:"links"`
		Name     string `json:"name"`
		FullName string `json:"full_name"`
	} `json:"values"`
}

type WorkspaceList

type WorkspaceList struct {
	Next   string `json:"next"`
	Values []struct {
		Workspace struct {
			Slug string `json:"slug"`
		} `json:"workspace"`
	} `json:"values"`
}

Jump to

Keyboard shortcuts

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