gitlab.com/evatix-go/core@v1.3.55/coreinterface/SliceByter.go (about) 1 package coreinterface 2 3 type SliceByter interface { 4 Bytes() []byte 5 }