package
0.0.0-20220824021342-5961e9c4d224
Repository: https://github.com/xiaodingding/iotfast.git
Documentation: pkg.go.dev

# README

Auth

Auth plugin provides a simple username/password authentication mechanism.

API Doc

See swagger

# Functions

No description provided by the author
No description provided by the author
NewMockAccountServiceClient creates a new mock instance.
NewMockAccountServiceServer creates a new mock instance.
NewMockUnsafeAccountServiceServer creates a new mock instance.
RegisterAccountServiceHandler registers the http handlers for service AccountService to "mux".
RegisterAccountServiceHandlerClient registers the http handlers for service AccountService to "mux".
RegisterAccountServiceHandlerFromEndpoint is same as RegisterAccountServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterAccountServiceHandlerServer registers the http handlers for service AccountService to "mux".
No description provided by the author

# Constants

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

# Variables

DefaultConfig is the default configuration.
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
Auth provides the username/password authentication for gmqtt.
Config is the configuration for the auth plugin.
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
MockAccountServiceClient is a mock of AccountServiceClient interface.
MockAccountServiceClientMockRecorder is the mock recorder for MockAccountServiceClient.
MockAccountServiceServer is a mock of AccountServiceServer interface.
MockAccountServiceServerMockRecorder is the mock recorder for MockAccountServiceServer.
MockUnsafeAccountServiceServer is a mock of UnsafeAccountServiceServer interface.
MockUnsafeAccountServiceServerMockRecorder is the mock recorder for MockUnsafeAccountServiceServer.
UnimplementedAccountServiceServer must be embedded to have forward compatible implementations.
No description provided by the author

# Interfaces

AccountServiceClient is the client API for AccountService service.
AccountServiceServer is the server API for AccountService service.
UnsafeAccountServiceServer may be embedded to opt out of forward compatibility for this service.