Documentation ¶
Index ¶
- Variables
- func ComputeSHA256(data []string) string
- func CreateDirIfMissing(dirPath string) error
- func CryptoRandomGeneration(min int64, max int64) int64
- func Deserialize(serializedBytes []byte, object interface{}) error
- func DirEmpty(dirPath string) (bool, error)
- func GetLogger(name string) *logrus.Entry
- func Serialize(object interface{}) ([]byte, error)
- func ToEnvelope(data interface{}, crpyto auth.Crypto, pubkey []byte) message.Envelope
Constants ¶
This section is empty.
Variables ¶
View Source
var Log = logrus.New()
Functions ¶
func ComputeSHA256 ¶
func CreateDirIfMissing ¶
func CryptoRandomGeneration ¶
func Deserialize ¶
func Serialize ¶
* gob encoder로 인코딩했을 때 문제점 1. empty slice(make 로 생성한거) 가 디코딩하면 nil 로 디코딩 됨. ㄴ json marshal로 바꾸면서 해결 2. time.Time 값들은 뒤에 monotonic 파트가 없어짐. 2번은 문제가 안 될수도 있는데 테스트 실패의 원인..
func ToEnvelope ¶
이렇게 하는것이 과연 최선일까?..
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.