Documentation ¶
Overview ¶
Copyright 2016 Wenhui Shen <www.webx.top>
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- func ParseString(val string, typ string) interface{}
- func SMapToIMap(data map[string]string, typs map[string]string) map[string]interface{}
- type IMap
- func (m *IMap) BSlice(k string) []byte
- func (m *IMap) Bool(k string) bool
- func (m *IMap) Bytes(k string) []byte
- func (m *IMap) Float32(k string) float32
- func (m *IMap) Float64(k string) float64
- func (m *IMap) IMap(k string) map[string]interface{}
- func (m *IMap) ISlice(k string) []interface{}
- func (m *IMap) Int(k string) int
- func (m *IMap) Int16(k string) int16
- func (m *IMap) Int32(k string) int32
- func (m *IMap) Int64(k string) int64
- func (m *IMap) Int8(k string) int8
- func (m *IMap) Interface(k string) interface{}
- func (m *IMap) SMap(k string) map[string]string
- func (m *IMap) SSlice(k string) []string
- func (m *IMap) String(k string) string
- func (m *IMap) Uint(k string) uint
- func (m *IMap) Uint16(k string) uint16
- func (m *IMap) Uint32(k string) uint32
- func (m *IMap) Uint64(k string) uint64
- func (m *IMap) Uint8(k string) uint8
- type SMap
- type ToIMap
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseString ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.