Documentation ¶
Index ¶
- func MustNewKeyPair() *sf.KeyPair
- func MustNewNonce() *sf.Nonce
- type HTTPHandlerSuite
- func (s *HTTPHandlerSuite) NewClient(c *gc.C) *sfhttp.Client
- func (s *HTTPHandlerSuite) PublicKey() *sf.PublicKey
- func (s *HTTPHandlerSuite) SetStorage(st storage.Service)
- func (s *HTTPHandlerSuite) SetUpTest(c *gc.C)
- func (s *HTTPHandlerSuite) Storage() storage.Service
- func (s *HTTPHandlerSuite) TearDownTest(c *gc.C)
- func (s *HTTPHandlerSuite) TestPublicKey(c *gc.C)
- func (s *HTTPHandlerSuite) TestPushPop(c *gc.C)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustNewKeyPair ¶
func MustNewNonce ¶
Types ¶
type HTTPHandlerSuite ¶
type HTTPHandlerSuite struct {
// contains filtered or unexported fields
}
func (*HTTPHandlerSuite) PublicKey ¶
func (s *HTTPHandlerSuite) PublicKey() *sf.PublicKey
func (*HTTPHandlerSuite) SetStorage ¶
func (s *HTTPHandlerSuite) SetStorage(st storage.Service)
func (*HTTPHandlerSuite) SetUpTest ¶
func (s *HTTPHandlerSuite) SetUpTest(c *gc.C)
func (*HTTPHandlerSuite) Storage ¶
func (s *HTTPHandlerSuite) Storage() storage.Service
func (*HTTPHandlerSuite) TearDownTest ¶
func (s *HTTPHandlerSuite) TearDownTest(c *gc.C)
func (*HTTPHandlerSuite) TestPublicKey ¶
func (s *HTTPHandlerSuite) TestPublicKey(c *gc.C)
func (*HTTPHandlerSuite) TestPushPop ¶
func (s *HTTPHandlerSuite) TestPushPop(c *gc.C)
Click to show internal directories.
Click to hide internal directories.