Documentation
¶
Index ¶
- Constants
- type Pm
- func (pm Pm) Delete(keys ...string) Pm
- func (pm Pm) EncodeURL() string
- func (pm Pm) Get(key string) any
- func (pm Pm) GetFloat64(key string) float64
- func (pm Pm) GetInt(key string) int
- func (pm Pm) GetInt64(key string) int64
- func (pm Pm) GetPbAny(key string) *structpb.Value
- func (pm Pm) GetString(key string) string
- func (pm Pm) GetUint32(key string) uint32
- func (pm Pm) Set(key string, value any) Pm
- func (pm Pm) SetPm(key string, f func(b Pm)) Pm
Constants ¶
View Source
const (
NULL = ""
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.