Versions in this module Expand all Collapse all v8 v8.17.0 Nov 18, 2025 Changes in this version + type FakeTranslatableError struct + ErrorStub func() string + TranslateStub func(func(string, ...interface{}) string) string + func (fake *FakeTranslatableError) Error() string + func (fake *FakeTranslatableError) ErrorCallCount() int + func (fake *FakeTranslatableError) ErrorCalls(stub func() string) + func (fake *FakeTranslatableError) ErrorReturns(result1 string) + func (fake *FakeTranslatableError) ErrorReturnsOnCall(i int, result1 string) + func (fake *FakeTranslatableError) Invocations() map[string][][]interface{} + func (fake *FakeTranslatableError) Translate(arg1 func(string, ...interface{}) string) string + func (fake *FakeTranslatableError) TranslateArgsForCall(i int) func(string, ...interface{}) string + func (fake *FakeTranslatableError) TranslateCallCount() int + func (fake *FakeTranslatableError) TranslateCalls(stub func(func(string, ...interface{}) string) string) + func (fake *FakeTranslatableError) TranslateReturns(result1 string) + func (fake *FakeTranslatableError) TranslateReturnsOnCall(i int, result1 string) Other modules containing this package code.cloudfoundry.org/cli