Searched refs:APICallFunc (Results 1 – 1 of 1) sorted by relevance
97 type APICallFunc func(ctx context.Context, service, method string, in, out proto.Message) error type103 func WithAPICallFunc(ctx context.Context, f APICallFunc) context.Context { argument