Movatterモバイル変換


[0]ホーム

URL:


configmap

package
v1.3.1Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2025 License:GPL-3.0Imports:9Imported by:0

Details

Repository

github.com/arduino/arduino-cli

Links

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

typeMap

type Map struct {// contains filtered or unexported fields}

funcNew

func New() *Map

func (*Map)AllKeys

func (c *Map) AllKeys() []string

func (Map)Delete

func (cMap) Delete(keystring)

func (Map)Get

func (cMap) Get(keystring)any

func (Map)GetBool

func (cMap) GetBool(keystring)bool

func (Map)GetBoolOk

func (cMap) GetBoolOk(keystring) (bool,bool,error)

func (Map)GetDuration

func (cMap) GetDuration(keystring)time.Duration

func (Map)GetDurationOk

func (cMap) GetDurationOk(keystring) (time.Duration,bool,error)

func (Map)GetInt

func (cMap) GetInt(keystring)int

func (Map)GetIntOk

func (cMap) GetIntOk(keystring) (int,bool,error)

func (Map)GetOk

func (cMap) GetOk(keystring) (any,bool)

func (Map)GetString

func (cMap) GetString(keystring)string

func (Map)GetStringOk

func (cMap) GetStringOk(keystring) (string,bool,error)

func (Map)GetStringSlice

func (cMap) GetStringSlice(keystring) []string

func (Map)GetStringSliceOk

func (cMap) GetStringSliceOk(keystring) ([]string,bool,error)

func (Map)GetUint

func (cMap) GetUint(keystring)uint

func (Map)GetUint32

func (cMap) GetUint32(keystring)uint32

func (Map)GetUint32Ok

func (cMap) GetUint32Ok(keystring) (uint32,bool,error)

func (Map)GetUintOk

func (cMap) GetUintOk(keystring) (uint,bool,error)

func (*Map)InjectEnvVars

func (c *Map) InjectEnvVars(env []string, prefixstring) []error

func (Map)MarshalJSON

func (cMap) MarshalJSON() ([]byte,error)

func (Map)MarshalYAML

func (cMap) MarshalYAML() (interface{},error)

func (*Map)Merge

func (c *Map) Merge(x *Map)error

func (*Map)Schema

func (c *Map) Schema() map[string]reflect.Type

func (Map)Set

func (cMap) Set(keystring, valueany)error

func (Map)SetBool

func (cMap) SetBool(keystring, valuebool)

func (Map)SetDuration

func (cMap) SetDuration(keystring, valuetime.Duration)

func (*Map)SetFromCLIArgs

func (c *Map) SetFromCLIArgs(keystring, args ...string)error

func (*Map)SetFromENVadded inv1.0.1

func (c *Map) SetFromENV(keystring, argstring)error

func (Map)SetInt

func (cMap) SetInt(keystring, valueint)

func (*Map)SetKeyTypeSchema

func (c *Map) SetKeyTypeSchema(keystring, tany)

func (Map)SetString

func (cMap) SetString(keystring, valuestring)

func (Map)SetUint

func (cMap) SetUint(keystring, valueuint)

func (Map)SetUint32

func (cMap) SetUint32(keystring, valueuint32)

func (*Map)UnmarshalJSON

func (c *Map) UnmarshalJSON(data []byte)error

func (*Map)UnmarshalYAML

func (c *Map) UnmarshalYAML(node *yaml.Node)error

typeUnmarshalErrors

type UnmarshalErrors struct {// contains filtered or unexported fields}

UnmarshalErrors is a collection of errors that occurred during unmarshalling.Do not return this type directly, but use its result() method instead.

func (*UnmarshalErrors)Error

func (e *UnmarshalErrors) Error()string

func (*UnmarshalErrors)WrappedErrors

func (e *UnmarshalErrors) WrappedErrors() []error

WrappedErrors returns the list of errors that occurred during unmarshalling.

Source Files

View all Source files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f orF : Jump to
y orY : Canonical URL
go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.Learn more.

[8]ページ先頭

©2009-2025 Movatter.jp