importideconfig

package
v0.6.279 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2024 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdImportIDEConfig

func NewCmdImportIDEConfig(t *terminal.Terminal, s ImportIDEConfigStore) *cobra.Command

func RunImportIDEConfig

func RunImportIDEConfig(_ *terminal.Terminal, store ImportIDEConfigStore) error

Types

type ImportIDEConfigError added in v0.6.161

type ImportIDEConfigError struct {
	Err error
}

func (*ImportIDEConfigError) Error added in v0.6.161

func (e *ImportIDEConfigError) Error() string

type ImportIDEConfigStore

type ImportIDEConfigStore interface {
	GetCurrentUser() (*entity.User, error)
	UpdateUser(userID string, updatedUser *entity.UpdateUser) (*entity.User, error)
	GetWindowsDir() (string, error)
}

Jump to

Keyboard shortcuts

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