Skip to content

Add support for conversations & analytics APIs, allow specification of dirty values behaviors and export option #11

Add support for conversations & analytics APIs, allow specification of dirty values behaviors and export option

Add support for conversations & analytics APIs, allow specification of dirty values behaviors and export option #11

Triggered via pull request September 29, 2024 14:27
Status Failure
Total duration 42s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: typesense/api/generator/main.go#L59
undefined: yaml (typecheck)
lint: typesense/api/generator/main.go#L91
undefined: yaml (typecheck)
lint: typesense/alias.go#L21
a.apiClient.GetAliasWithResponse undefined (type APIClientInterface has no field or method GetAliasWithResponse) (typecheck)
lint: typesense/alias.go#L32
a.apiClient.DeleteAliasWithResponse undefined (type APIClientInterface has no field or method DeleteAliasWithResponse) (typecheck)
lint: typesense/aliases.go#L21
a.apiClient.UpsertAliasWithResponse undefined (type APIClientInterface has no field or method UpsertAliasWithResponse) (typecheck)
lint: typesense/aliases.go#L33
a.apiClient.GetAliasesWithResponse undefined (type APIClientInterface has no field or method GetAliasesWithResponse) (typecheck)
lint: typesense/analytics_events.go#L18
a.apiClient.CreateAnalyticsEventWithResponse undefined (type APIClientInterface has no field or method CreateAnalyticsEventWithResponse) (typecheck)
lint: typesense/analytics_rule.go#L20
a.apiClient.DeleteAnalyticsRuleWithResponse undefined (type APIClientInterface has no field or method DeleteAnalyticsRuleWithResponse) (typecheck)
lint: typesense/analytics_rule.go#L31
a.apiClient.RetrieveAnalyticsRuleWithResponse undefined (type APIClientInterface has no field or method RetrieveAnalyticsRuleWithResponse) (typecheck)
lint: typesense/analytics_rules.go#L19
a.apiClient.UpsertAnalyticsRuleWithResponse undefined (type APIClientInterface has no field or method UpsertAnalyticsRuleWithResponse) (typecheck)