Files
bl/common/data/entity/BlazingI.go

6 lines
64 B
Go

package entity
type Blazingservice interface {
Ret() []byte
}