1
0
Fork 0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-01-10 12:43:32 +02:00
Xray-core/infra/conf/buildable.go

7 lines
118 B
Go

package conf
import "google.golang.org/protobuf/proto"
type Buildable interface {
Build() (proto.Message, error)
}