Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DoesntImplementTest ¶
type DoesntImplementTest struct{}
type TestPrimitive ¶
type TestPrimitive string
func (TestPrimitive) IsTest ¶
func (t TestPrimitive) IsTest()
func (TestPrimitive) IsTest2 ¶
func (t TestPrimitive) IsTest2()
type TestStruct ¶
type TestStruct struct{}
func (TestStruct) IsTest ¶
func (t TestStruct) IsTest()
func (TestStruct) IsTest2 ¶
func (t TestStruct) IsTest2()
type TestStructPtr ¶
type TestStructPtr struct{}
func (*TestStructPtr) IsTest ¶
func (t *TestStructPtr) IsTest()
func (*TestStructPtr) IsTest2 ¶
func (t *TestStructPtr) IsTest2()
Click to show internal directories.
Click to hide internal directories.