0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-04-28 14:21:25 +03: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)
}