tyk无法在Windows上构建

时间:2019-04-18 08:55:16

标签: go tyk

我正在尝试在Windows上构建tyk。我出错了。

//There are some issue to define in InterFace here is code

public interface Api_Interface {

    @FormUrlEncoded
    @POST("json.php")
    Call<List<CountryClas>> getcountry(@Field("action") String action, @Field("umID") String umID
        , @Field("OauthToken") String OauthToken);
}

这是由于lego \ acme中缺少RegistrationResource结构。我可以看到这是由于letencrypt和lego之间的不兼容。

有什么可以尝试的吗?

1 个答案:

答案 0 :(得分:0)

Tyk根本不打算在Windows上运行。如果需要在Windows系统上使用它,我建议安装在docker或基于UNIX的VM中。

https://tyk.io/docs/get-started/with-tyk-on-premise/installation/docker/

谢谢 乔什