From f3d1d66387ea8eb9b0c2977315c771a5704604a6 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 15 May 2017 18:56:00 -0400 Subject: Implement sd_messages --- readme.go | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'readme.go') 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 -- cgit v1.2.3