sdk

package
v0.9.3-beta Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2021 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetSubdirNames

func GetSubdirNames(fs afero.Fs, dir string, excluder Excluder) (names []string, err error)

Types

type Actions

type Actions struct {
	Pather devctlpath.Pather
	FS     afero.Fs
}

func (*Actions) List

func (a *Actions) List() (sdks []string, err error)

func (*Actions) ListVersions

func (a *Actions) ListVersions(sdk string) (sdks []string, err error)

type Excluder

type Excluder func(s string) bool
var NoOpExcluder Excluder = func(s string) bool {
	return false
}

Jump to

Keyboard shortcuts

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