The Nest
Explore
Sign in
fudanchii
jisho
internal
word
provider.go
0
Code
Changes
Tags
Discussions
main
package
word
type
Provider
interface
{
Provide
(
)
(
string
,
error
)
Ready
(
)
(
bool
,
error
)
}