gitlab.com/evatix-go/core@v1.3.55/coreinterface/JsonByter.go (about) 1 package coreinterface 2 3 //goland:noinspection SpellCheckingInspection 4 type JsonByter interface { 5 JsonBytesPtr() (jsonBytesPtr *[]byte, err error) 6 JsonBytes() (jsonBytes []byte, err error) 7 }