Documentation ¶ Index ¶ func GetSubdirNames(fs afero.Fs, dir string, excluder Excluder) (names []string, err error) type Actions func (a *Actions) List() (sdks []string, err error) func (a *Actions) ListVersions(sdk string) (sdks []string, err error) type Excluder 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 } Source Files ¶ View all Source files sdk.go Click to show internal directories. Click to hide internal directories.