Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetContext ¶
func GetSnowflakeNode ¶
func GetSnowflakeNode(ctx context.Context, helper UuidHelper, req *nodeidresourcev1.GetNodeIdReq) (idpkg.Snowflake, func(), error)
Types ¶
type UuidHelper ¶
type UuidHelper interface {
GetSnowflakeNode(ctx context.Context, req *nodeidresourcev1.GetNodeIdReq) (idpkg.Snowflake, func(), error)
}
func NewUuidHelper ¶
func NewUuidHelper( logger log.Logger, nodeidHekper nodeidapi.NodeIDHelper, ) UuidHelper
Click to show internal directories.
Click to hide internal directories.