Versions in this module Expand all Collapse all v0 v0.0.1 Nov 18, 2024 Changes in this version + type TestingCacheRepo interface + type TestingDataRepo interface + Create func(ctx context.Context, dataModel *po.HelloWorld) error + HelloWorld func(ctx context.Context, dataModel *po.HelloWorld) error + QueryByID func(ctx context.Context, id uint64) (dataModel *po.HelloWorld, isNotFound bool, err error)