1
0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-01-14 21:54:06 +00:00
Xray-core/infra/conf/buildable.go

8 lines
118 B
Go

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