Documentation ¶ Index ¶ type Docsy func NewDocsy(t interface{ ... }) *Docsy func (_m *Docsy) Render(ctx context.Context, src string, dst string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Docsy ¶ type Docsy struct { mock.Mock } Docsy is an autogenerated mock type for the Docsy type func NewDocsy ¶ func NewDocsy(t interface { mock.TestingT Cleanup(func()) }) *Docsy NewDocsy creates a new instance of Docsy. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value. func (*Docsy) Render ¶ func (_m *Docsy) Render(ctx context.Context, src string, dst string) error Render provides a mock function with given fields: ctx, src, dst Source Files ¶ View all Source files Docsy.go Click to show internal directories. Click to hide internal directories.