util

package
v0.0.0-...-316529e Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2019 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FileMD5

func FileMD5(file *os.File) string

func FileSha1

func FileSha1(file *os.File) string

func GetFileSize

func GetFileSize(filename string) int64

func MD5

func MD5(data []byte) string

func PathExists

func PathExists(path string) (bool, error)

func Sha1

func Sha1(data []byte) string

Types

type RespMsg

type RespMsg struct {
	Code int         `json:"code"`
	Msg  string      `json:"msg"`
	Data interface{} `json:"data"`
}

RespMsg : http响应的通用数据结构

func NewRespMsg

func NewRespMsg(code int, msg string, data interface{}) *RespMsg

NewRespMsg : http消息构造函数

func (*RespMsg) JSONBytes

func (resp *RespMsg) JSONBytes() []byte

JSONBytes : 对象转json格式的byte

func (*RespMsg) JSONString

func (resp *RespMsg) JSONString() string

JSONString : 对象转json格式的string

type Sha1Stream

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

func (*Sha1Stream) Sum

func (obj *Sha1Stream) Sum() string

func (*Sha1Stream) Update

func (obj *Sha1Stream) Update(data []byte)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL