type KeyValueDatabase interface { Get(key string) string Set(key string, value string) } type KeyValueDatabaseMock struct { values ...
確定! 回上一頁