schema

package
v0.0.0-...-5d4f8f2 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetRepoAttrsResponse

type GetRepoAttrsResponse struct {
	RepoAttrs   ws.RepoAttrs       `json:"repo_attrs"`
	BranchAttrs ws.BranchAttrs     `json:"branch_attr"`
	CommitAttrs ws.CommitAttrs     `json:"commit_attrs"`
	FileMap     map[string]ws.File `json:"file_map"`
}

type GetRepoResponse

type GetRepoResponse struct {
	Repo     ws.Repo            `json:"repo"`
	Branch   ws.Branch          `json:"branch"`
	CommitId string             `json:"commit_id"`
	FileMap  map[string]ws.File `json:"file_map"`
}

type PutFileResponse

type PutFileResponse struct {
	FileAttrs *ws.FileAttrs `json:"file_attrs"`
	Written   int64         `json:"written"`
	Error     string        `json:"error"`
}

Jump to

Keyboard shortcuts

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