summaryrefslogtreecommitdiff
path: root/readme.go
diff options
context:
space:
mode:
Diffstat (limited to 'readme.go')
-rw-r--r--readme.go13
1 files changed, 12 insertions, 1 deletions
diff --git a/readme.go b/readme.go
index aac1aa7..269e504 100644
--- a/readme.go
+++ b/readme.go
@@ -1,4 +1,4 @@
-// Copyright 2015 Luke Shumaker
+// Copyright 2015, 2017 Luke Shumaker
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -17,4 +17,15 @@
//
// Several of these APIs originated with systemd, but they are all
// very simple, and may be implemented with a variety of systems.
+//
+// Name | Status | Description
+// ------------+--------+-------------------------------------------------------------------------------
+// sd_bus | TODO | Package sd_bus is a lightweight D-Bus client.
+// sd_daemon | DONE | Package sd_daemon implements utilities for writing "new-style" daemons.
+// sd_event | N/A | Not implemented; not nescessary in Go.
+// sd_id128 | DONE | Package sd_id128 reads, generates, and processes 128-bit ID values.
+// sd_journal | TODO | TODO.
+// sd_login | TODO | TODO.
+// sd_messages | DONE | Package sd_messages is a table of constant message IDs understood by journald.
+// ------------+--------+-------------------------------------------------------------------------------
package libsystemd