mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
comments
This commit is contained in:
parent
5c112c2f32
commit
be56feead3
@ -18,6 +18,7 @@ func CreateObject(v *Instance, config interface{}) (interface{}, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// StartInstance starts a new V2Ray instance with given serialized config.
|
// StartInstance starts a new V2Ray instance with given serialized config.
|
||||||
|
// By default V2Ray only support config in protobuf format, i.e., configFormat = "protobuf". Caller need to load other packages to add JSON support.
|
||||||
func StartInstance(configFormat string, configBytes []byte) (*Instance, error) {
|
func StartInstance(configFormat string, configBytes []byte) (*Instance, error) {
|
||||||
var mb buf.MultiBuffer
|
var mb buf.MultiBuffer
|
||||||
common.Must2(mb.Write(configBytes))
|
common.Must2(mb.Write(configBytes))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user