Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface { // Add stores a comment in the system Add(comment *comment.Comment) error // Get retrieves the comments associated of // the test case or test sequence with the given id Get(id id.TestID) ([]*comment.Comment, bool) }
Store provides an interface for storing and retrieving comments
Click to show internal directories.
Click to hide internal directories.