Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeIdBizRepo ¶
type NodeIdBizRepo interface { GetConfig() *bo.NodeIDConfig GetNodeId(ctx context.Context, param *bo.GetNodeIdParam) (*po.NodeId, error) GenerateNextID(serialModel *po.NodeSerial, param *bo.GetNodeIdParam) (*po.NodeId, error) RenewalNodeId(ctx context.Context, param *bo.RenewalNodeIdParam) (*po.NodeId, error) ReleaseNodeId(ctx context.Context, param *bo.ReleaseNodeIdParam) (*po.NodeId, error) }
Click to show internal directories.
Click to hide internal directories.