Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StringTweaker ¶
type StringTweaker struct{}
StringTweaker is a type of string that can reverse itself
func (StringTweaker) Tweak ¶
func (s StringTweaker) Tweak(args *Args, resp *string) error
Tweak conforms to the RPC library which require: - the method's type is exported. - the method is exported. - the method has two arguments, both exported (or builtin) types. - the method's second argument is a pointer. - the method has return type error.
Click to show internal directories.
Click to hide internal directories.