Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandStringRunes ¶
Types ¶
type ServerAssertion ¶
type ServerAssertion struct {
// contains filtered or unexported fields
}
func NewServerWithAssertion ¶
func NewServerWithAssertion(handler http.HandlerFunc) (*httptest.Server, *ServerAssertion)
func NewTSLServerWithAssertion ¶
func NewTSLServerWithAssertion(handler http.HandlerFunc) (*httptest.Server, *ServerAssertion)
func (*ServerAssertion) Len ¶
func (s *ServerAssertion) Len() int
type ThreadSafeBuffer ¶
type ThreadSafeBuffer struct {
// contains filtered or unexported fields
}
func NewLogger ¶
func NewLogger() (*logrus.Logger, *ThreadSafeBuffer)
func (*ThreadSafeBuffer) String ¶
func (t *ThreadSafeBuffer) String() string
Click to show internal directories.
Click to hide internal directories.