diff options
Diffstat (limited to 'active_client.go')
| -rw-r--r-- | active_client.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/active_client.go b/active_client.go index 805bf44..bd9f189 100644 --- a/active_client.go +++ b/active_client.go @@ -1,14 +1,14 @@ // SPDX-FileCopyrightText: 2020 M. Shulhan <ms@kilabit.info> // SPDX-License-Identifier: GPL-3.0-or-later -package kamusd +package kamusku import ( - "git.sr.ht/~shulhan/kamusku" + "git.sr.ht/~shulhan/kbbi" ) // activeClient define an interface for an active client. type activeClient interface { - Lookup(words []string) (res kamusku.LookupResponse, err error) - ListRootWords() (rootWords kamusku.Words, err error) + Lookup(words []string) (res kbbi.LookupResponse, err error) + ListRootWords() (rootWords kbbi.Words, err error) } |
