mirror of
https://github.com/XTLS/Xray-core.git
synced 2026-07-03 02:08:45 +00:00
v1.0.0
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package conf
|
||||
|
||||
import "github.com/golang/protobuf/proto"
|
||||
|
||||
type Buildable interface {
|
||||
Build() (proto.Message, error)
|
||||
}
|
||||
Reference in New Issue
Block a user