// Code generated by yaml_to_go. DO NOT EDIT. // source: g2_uncompressed.yaml package spectest type MsgHashUncompressedTest struct { Input struct { Message string `json:"message"` Domain string `json:"domain"` } `json:"input"` Output [][]string `json:"output"` }