package mocks import "github.com/stretchr/testify/mock" type Stringer struct { mock.Mock } func (m *Stringer) String() string { ret := m.
確定! 回上一頁