Documentation
¶
Index ¶
- type FileScanResult
- type VS
- func (*VS) Base64DecodeString(value string) (decode string, err error)
- func (*VS) Base64EncodeString(value string) string
- func (slf *VS) BindEchoBodyToPars(c echo.Context, destination interface{}) error
- func (*VS) GetEchoRequestBody(c echo.Context) (body string, err error)
- func (slf *VS) GetId10() (id string)
- func (slf *VS) GetId100() (id string)
- func (slf *VS) GetId20() (id string)
- func (slf *VS) GetId30() (id string)
- func (slf *VS) GetTraceId(c echo.Context) (traceId string)
- func (slf *VS) GetUUID() string
- func (slf *VS) GetUniqueId() string
- func (*VS) HttpGet(url string, header map[string]string, params map[string]string, ...) ([]byte, int, error)
- func (slf *VS) HttpPost(url string, header map[string]string, body map[string]interface{}, ...) ([]byte, int, error)
- func (*VS) HttpPostData(url string, header map[string]string, data []byte, isSkipSecurityChecking bool, ...) ([]byte, int, error)
- func (*VS) MD5Encryption(value string) string
- func (*VS) ParsValidationNullOrEmpty(names []string, args ...interface{}) (msg *string)
- func (*VS) RandomAlphabet(length int) string
- func (*VS) RandomAlphabetNumeric(length int) string
- func (*VS) RandomLowerCaseAlphabet(length int) string
- func (*VS) RandomNumeric(length int) string
- func (*VS) RandomUpperCaseAlphabet(length int) string
- func (*VS) RemoveAllUnusedStr(value string, args ...string) string
- func (slf *VS) RemoveUnIntTime(value string) string
- func (*VS) Str2TimeDate(value string) (tm time.Time, err error)
- func (*VS) Str2TimeFull(value string) (tm time.Time, err error)
- func (*VS) Str2TimeMicros(value string) (tm time.Time, err error)
- func (*VS) Str2TimeMillis(value string) (tm time.Time, err error)
- func (*VS) StrIsDigitAndLetter(value string) bool
- func (*VS) Time2Str(tm time.Time, format string) string
- func (*VS) Time2StrDate(tm time.Time) string
- func (*VS) Time2StrFull(tm time.Time) string
- func (*VS) Time2StrMicros(tm time.Time) string
- func (*VS) Time2StrMillis(tm time.Time) string
- func (slf *VS) TimeNowUtcMicros() (dt time.Time, dts string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileScanResult ¶ added in v1.0.2
type VS ¶
type VS struct {
Files *filesStruct
}
var Utils *VS
============================================ Created by andy pangaribuan on 2020/04/01 Copyright BoltIdea. All rights reserved. ============================================
func (*VS) Base64DecodeString ¶
func (*VS) Base64EncodeString ¶
func (*VS) BindEchoBodyToPars ¶
func (*VS) GetEchoRequestBody ¶
func (*VS) GetTraceId ¶
func (*VS) GetUniqueId ¶
func (*VS) HttpPostData ¶
func (*VS) MD5Encryption ¶
func (*VS) ParsValidationNullOrEmpty ¶
func (*VS) RandomAlphabet ¶
func (*VS) RandomAlphabetNumeric ¶
func (*VS) RandomLowerCaseAlphabet ¶
func (*VS) RandomNumeric ¶
func (*VS) RandomUpperCaseAlphabet ¶
func (*VS) RemoveUnIntTime ¶
func (*VS) StrIsDigitAndLetter ¶
Click to show internal directories.
Click to hide internal directories.