parse_log.go 72 B

123456
  1. package model
  2. // Log log.
  3. type Log struct {
  4. Log string `json:"log"`
  5. }