Documentation ¶
Overview ¶
Package noop is a generated protocol buffer package.
It is generated from these files:
v2ray.com/core/transport/internet/authenticators/noop/config.proto
It has these top-level messages:
Config
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { }
func (*Config) Descriptor ¶
func (*Config) ProtoMessage ¶
func (*Config) ProtoMessage()
type NoOpAuthenticator ¶
type NoOpAuthenticator struct{}
func (NoOpAuthenticator) Overhead ¶
func (this NoOpAuthenticator) Overhead() int
func (NoOpAuthenticator) Seal ¶
func (this NoOpAuthenticator) Seal(payload *alloc.Buffer)
type NoOpAuthenticatorFactory ¶
type NoOpAuthenticatorFactory struct{}
func (NoOpAuthenticatorFactory) Create ¶
func (this NoOpAuthenticatorFactory) Create(config interface{}) internet.Authenticator
Click to show internal directories.
Click to hide internal directories.