Add support for conversations & analytics APIs, allow specification of dirty values behaviors and export option #13
Annotations
10 errors
golangci-lint:
typesense/api/generator/main.go#L59
undefined: yaml (typecheck)
|
golangci-lint:
typesense/api/generator/main.go#L91
undefined: yaml (typecheck)
|
golangci-lint:
typesense/alias.go#L21
a.apiClient.GetAliasWithResponse undefined (type APIClientInterface has no field or method GetAliasWithResponse) (typecheck)
|
golangci-lint:
typesense/alias.go#L32
a.apiClient.DeleteAliasWithResponse undefined (type APIClientInterface has no field or method DeleteAliasWithResponse) (typecheck)
|
golangci-lint:
typesense/aliases.go#L21
a.apiClient.UpsertAliasWithResponse undefined (type APIClientInterface has no field or method UpsertAliasWithResponse) (typecheck)
|
golangci-lint:
typesense/aliases.go#L33
a.apiClient.GetAliasesWithResponse undefined (type APIClientInterface has no field or method GetAliasesWithResponse) (typecheck)
|
golangci-lint:
typesense/analytics_events.go#L18
a.apiClient.CreateAnalyticsEventWithResponse undefined (type APIClientInterface has no field or method CreateAnalyticsEventWithResponse) (typecheck)
|
golangci-lint:
typesense/analytics_rule.go#L20
a.apiClient.DeleteAnalyticsRuleWithResponse undefined (type APIClientInterface has no field or method DeleteAnalyticsRuleWithResponse) (typecheck)
|
golangci-lint:
typesense/analytics_rule.go#L31
a.apiClient.RetrieveAnalyticsRuleWithResponse undefined (type APIClientInterface has no field or method RetrieveAnalyticsRuleWithResponse) (typecheck)
|
golangci-lint:
typesense/analytics_rules.go#L19
a.apiClient.UpsertAnalyticsRuleWithResponse undefined (type APIClientInterface has no field or method UpsertAnalyticsRuleWithResponse) (typecheck)
|
Loading