Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewUuidHTTPController, NewUUuidGrpcController)
Functions ¶
This section is empty.
Types ¶
type UuidGrpc ¶
type UuidGrpc struct {
// contains filtered or unexported fields
}
func NewUUuidGrpcController ¶
func (*UuidGrpc) GetUuidByGoogleUUIDV4 ¶
func (u *UuidGrpc) GetUuidByGoogleUUIDV4(ctx context.Context, req *uuidv1.GetUuidByGoogleUUIDV4Request) (*uuidv1.GetUuidByGoogleUUIDV4Response, error)
func (*UuidGrpc) GetUuidBySnowflake ¶
func (u *UuidGrpc) GetUuidBySnowflake(ctx context.Context, req *uuidv1.GetUuidBySnowflakeRequest) (*uuidv1.GetUuidBySnowflakeResponse, error)
type UuidHTTP ¶
type UuidHTTP struct {
// contains filtered or unexported fields
}
func NewUuidHTTPController ¶
func (*UuidHTTP) GetUuidByGoogleUUIDV4 ¶
func (*UuidHTTP) GetUuidBySnowflake ¶
Click to show internal directories.
Click to hide internal directories.