(ctx context.Context, model string)
| 35 | type ILocalModelCacheService interface { |
| 36 | List(ctx context.Context, model string, typ CacheType) ([]*LocalModelCache, error) |
| 37 | Delete(ctx context.Context, model string) error |
| 38 | Save(ctx context.Context, model string, typ CacheType, target string) error |
| 39 | GetByTarget(ctx context.Context, typ CacheType, target string) (*LocalModelCache, error) |
| 40 | } |
no outgoing calls
no test coverage detected