Skip to content

Commit

Permalink
Add documentation for several packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsnowcurrently committed Jun 25, 2016
1 parent 7229e27 commit 0bfacc7
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 0 deletions.
8 changes: 8 additions & 0 deletions logfwd/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// Copyright 2016 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

// The logfwd package contains the tools needed to do log record
// forwarding in juju. The common code sits at the top level. The
// different forwarding targets (e.g. syslog) are provided through
// sub-packages.
package logfwd
6 changes: 6 additions & 0 deletions logfwd/syslog/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Copyright 2016 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

// The syslog package holds the tools needed to perform log forwarding
// from Juju to a remote syslog (RFC 5424) host.
package syslog
7 changes: 7 additions & 0 deletions standards/rfc5424/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Copyright 2016 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

// The rfc5424 package holds an implementation of a RFC 5424 syslog
// client along with types and functions that facilitate complying
// with the RFC.
package rfc5424
6 changes: 6 additions & 0 deletions standards/rfc5424/sdelements/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Copyright 2016 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

// The sdelements package holds the implementations of the different
// RFC 5424 structured data elements.
package sdelements
6 changes: 6 additions & 0 deletions standards/tls/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Copyright 2016 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

// The tls package holds utilities and abstractions that build
// out functionality on top of the stdlib crypto/tls package.
package tls

0 comments on commit 0bfacc7

Please sign in to comment.