Documentation
¶
Overview ¶
Package print provides a concrete implementation of the storage interfaces needed by the CT monitor, which simply prints everything that is passed to it to be 'stored'.
This package is only intended to be a handy tool used during development, and will likely be deleted in the not-so-distant future. Don't rely on it.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage struct{}
Storage implements the storage interfaces needed by the CT monitor.
func (*Storage) WriteAPICall ¶
WriteAPICall simply prints the API Call passed to it.
Click to show internal directories.
Click to hide internal directories.