Versions in this module Expand all Collapse all v0 v0.1.0 May 8, 2018 Changes in this version + type FakeClient struct + StorageServiceError error + StorageServiceResult *client.StorageService + func NewClient() *FakeClient + func (c *FakeClient) SetReleaseVersion(v string) *FakeClient + func (c *FakeClient) SetStorageServiceError(e string) *FakeClient + func (c *FakeClient) StorageService() (*client.StorageService, error) + type FakeNodeTool struct + StatusError error + StatusResult nodetool.NodeMap + VersionError error + VersionResult *version.Version + func New() *FakeNodeTool + func (nt *FakeNodeTool) SetVersion(v string) *FakeNodeTool + func (nt *FakeNodeTool) SetVersionError(e string) *FakeNodeTool + func (nt *FakeNodeTool) Status() (nodetool.NodeMap, error) + func (nt *FakeNodeTool) Version() (*version.Version, error) v0.1.0-alpha.1 Mar 27, 2018