aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/system/enablement.go
AgeCommit message (Collapse)Author
2024-10-17system: handle invalid enablement in String methodOphestra Umiker
Invalid enablement is only caused by bad API usage, however panicking on the spot leaves behind messy state that has to be manually cleaned up. Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
2024-10-16system: move enablements from state packageOphestra Umiker
This removes the unnecessary import of the state package. Signed-off-by: Ophestra Umiker <cat@ophivana.moe>