gitlab.com/evatix-go/core@v1.3.55/coreinterface/serializerinf/ByteToJsonMustStringer.go (about) 1 package serializerinf 2 3 type ByteToJsonMustStringer interface { 4 StringJsonMust(input byte) string 5 }