Skip to content

Conversation

@cristianoliveira
Copy link
Contributor

This change is a continuation of the #14 allowing the V2 client to use custom api prefix path

if gotCtx, ok := v.FieldByName("Context").Interface().(context.Context); !ok || gotCtx != ctx {
t.Errorf("expected Context to be %v, got %v", ctx, gotCtx)
}
ctx := context.Background()
Copy link
Contributor Author

@cristianoliveira cristianoliveira Nov 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I later ran go fmt maybe we need to add pre-commit hooks

@cristianoliveira cristianoliveira changed the base branch from main to dev November 7, 2025 15:10
@cristianoliveira cristianoliveira changed the title feat(v2): allow configuration of custom api path prefix WIP feat(v2): allow configuration of custom api path prefix Nov 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants