Skip to content

chore: add support for simple path resolver#41

Merged
kodiakhq[bot] merged 1 commit intomainfrom
chore/add_simple_path_resolver
Aug 14, 2023
Merged

chore: add support for simple path resolver#41
kodiakhq[bot] merged 1 commit intomainfrom
chore/add_simple_path_resolver

Conversation

@mnorbury
Copy link
Copy Markdown
Collaborator

@mnorbury mnorbury commented Aug 14, 2023

Add support for a simple relection-based path resolver that aims to replace the required features of go-funk

Since go-funk is a feature rich library (based on lodash) we are unlikely to need all the features offered. This implementation aims to provide the basic path based attribute resolution (which appears to cover the majority of our current use case). It stops short of supporting complex paths e.g. containing collections or array indexing etc.

fixes: #40

Adds support for a simple reflection based path resolver

fixes: #40
@mnorbury mnorbury added the automerge Add to automerge PRs once requirements are met label Aug 14, 2023
@kodiakhq kodiakhq Bot merged commit c70bcf6 into main Aug 14, 2023
@kodiakhq kodiakhq Bot deleted the chore/add_simple_path_resolver branch August 14, 2023 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Add to automerge PRs once requirements are met

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: add a simple path resolver

2 participants