summaryrefslogtreecommitdiff
path: root/readme.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-05-15 18:56:00 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-05-15 18:59:56 -0400
commitf3d1d66387ea8eb9b0c2977315c771a5704604a6 (patch)
tree27b7cf1e16f6c2558465b5a012adaeb5650393ff /readme.go
parenta7ff2e2b1448e978dc17a8e213a8b88ebdbecedb (diff)
Implement sd_messages
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