mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-03 15:55:20 -05:00
remove context in struct
This commit is contained in:
@@ -119,7 +119,9 @@ func (*feature) Start() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (*feature) Close() {}
|
||||
func (*feature) Close() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func init() {
|
||||
common.Must(common.RegisterConfig((*Config)(nil), func(ctx context.Context, cfg interface{}) (interface{}, error) {
|
||||
|
||||
Reference in New Issue
Block a user