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

Allow Platform-specific Custom Power Operations #34

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sisungo
Copy link
Owner

@sisungo sisungo commented Jun 6, 2024

Introduction

Some platforms support power operations that aren't supported by other platforms and can be integrated into Airup's architecture for system stability, like Linux's kexec.

Unresolved Questions

  • How should the API be designed?
  • The feature introduces a new error kind which is caused by parse failure of the command string. How to design the API to avoid terminating airupd process from failure? Should we use std::io::Error or our custom error type?
  • How should the public RPC API be designed?

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.

1 participant