Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose Go API to run a KIC instance #7040

Open
1 task
czeslavo opened this issue Jan 27, 2025 · 0 comments
Open
1 task

Expose Go API to run a KIC instance #7040

czeslavo opened this issue Jan 27, 2025 · 0 comments
Assignees
Labels
area/feature New feature or request

Comments

@czeslavo
Copy link
Contributor

czeslavo commented Jan 27, 2025

The goal of this issue is to ensure a Golang API (e.g. a single Run(ctx, cfg) function) allowing running a KIC instance exists.

This should include:

  • Make sure that all configuration settings can be properly set when using the API
  • Default values of the settings should be set automatically following the default values used in KIC right now (or adjusted accordingly to the use case)

Note: this issue doesn't include making sure that multiple instances of KIC can be run this way in a single process.

Acceptance criteria

  • Run(ctx, cfg) (or similar) function exists and allows running KIC instances in external Go modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant