Documentation ¶
Index ¶
- type SafeVar
- func (me *SafeVar) AddInt64(v int64) int64
- func (me *SafeVar) Dec() int64
- func (me *SafeVar) GetBool() bool
- func (me *SafeVar) GetInt() int
- func (me *SafeVar) GetInt64() int64
- func (me *SafeVar) GetString() string
- func (me *SafeVar) Inc64() int64
- func (me *SafeVar) SetBool(v bool) bool
- func (me *SafeVar) SetInt(v int) int
- func (me *SafeVar) SetInt64(v int64) int64
- func (me *SafeVar) SetString(str string) string
- func (me *SafeVar) ToInt64String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SafeVar ¶
type SafeVar struct {
// contains filtered or unexported fields
}
func (*SafeVar) ToInt64String ¶
Click to show internal directories.
Click to hide internal directories.