package
3.50.2+incompatible
Repository: https://github.com/delphit430/v2ray-core.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
Package buf provides a light-weight memory allocation mechanism.
No description provided by the author
No description provided by the author
Package crypto provides common crypto libraries for V2Ray.
Package dice contains common functions to generate random number.
Package errors is a drop-in replacement for Golang lib 'errors'.
No description provided by the author
No description provided by the author
Package net is a drop-in replacement to Golang's net package, with some more functionalities.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package session provides functions for sessions of incoming requests.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
Close closes the obj if it is a Closable.
CreateObject creates an object by its config.
Error2 returns the err from the 2nd parameter.
Must panics if err is not nil.
Must2 panics if the second parameter is not nil, otherwise returns the first parameter.
No description provided by the author
RegisterConfig registers a global config creator.
# Variables
ErrNoClue is for the situation that existing information is not enough to make a decision.
# Type aliases
No description provided by the author
ConfigCreator is a function to create an object by a config.