upload

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2023 License: Apache-2.0 Imports: 20 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewUploadCmd

func NewUploadCmd() *cobra.Command

Types

type ServerConfigPart added in v0.10.0

type ServerConfigPart struct {
	Url   string `mapstructure:"url"`
	Batch int    `mapstructure:"batch"`
	Dry   bool   `mapstructure:"dry"`
	Depth int    `mapstructure:"depth"`
}

type SrcConfigPart added in v0.10.0

type SrcConfigPart struct {
	RepoId       string   `mapstructure:"repoId"`
	Src          string   `mapstructure:"src"`
	Lang         []string `mapstructure:"lang"`
	WithCtx      bool     `mapstructure:"withCtx"`
	WithClass    bool     `mapstructure:"withClass"`
	IncludeRegex string   `mapstructure:"includeRegex"`
	ExcludeRegex string   `mapstructure:"excludeRegex"`
}

Jump to

Keyboard shortcuts

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