MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / imlAPIUseService

Struct imlAPIUseService

service/ai-api/iml.go:128–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126var _ IAPIUseService = (*imlAPIUseService)(nil)
127
128type imlAPIUseService struct {
129 store api.IAiAPIUseStore `autowired:""`
130}
131
132func (i *imlAPIUseService) Incr(ctx context.Context, incr *IncrAPIUse) error {
133 info, err := i.store.First(ctx, map[string]interface{}{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected