package comment type Level int8 // ToInt8 將訂單狀態轉為 int64 func (s Level) ToInt8() int8 { return int8(s) } const ( TopLevelComment Level = iota SubLevelComment )