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

Phase 1: Implement database operations and initial CLI interface #1

Draft
wants to merge 22 commits into
base: master
Choose a base branch
from

Conversation

prog-supdex
Copy link
Collaborator

This PR introduces core database operations for managing licenses, nodes, and audit logs within the system.
It also implements the initial structure for the CLI interface, providing support for the following commands:

  • add: Adds a license to the local relay server's pool.
  • rem: Removes a license from the pool. (in progress)
  • ls: Lists all licenses currently in the pool. (in progress)
  • stat: Displays statistics for a specific license. (in progress)

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

internal/cmd/rem.go Outdated Show resolved Hide resolved
internal/cmd/rem.go Outdated Show resolved Hide resolved
internal/licenses/manager.go Outdated Show resolved Hide resolved
internal/licenses/manager.go Outdated Show resolved Hide resolved
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.

3 participants