# interface

- [iface 和 eface 的区别是什么](https://qcrao91.gitbook.io/go/interface/iface-he-eface-de-qu-bie-shi-shi-mo.md)
- [Go 接口与 C++ 接口有何异同](https://qcrao91.gitbook.io/go/interface/go-jie-kou-yu-c++-jie-kou-you-he-yi-tong.md)
- [如何用 interface 实现多态](https://qcrao91.gitbook.io/go/interface/ru-he-yong-interface-shi-xian-duo-tai.md)
- [接口转换的原理](https://qcrao91.gitbook.io/go/interface/jie-kou-zhuan-huan-de-yuan-li.md)
- [Go 语言与鸭子类型的关系](https://qcrao91.gitbook.io/go/interface/go-yu-yan-yu-ya-zi-lei-xing-de-guan-xi.md)
- [值接收者和指针接收者的区别](https://qcrao91.gitbook.io/go/interface/zhi-jie-shou-zhe-he-zhi-zhen-jie-shou-zhe-de-qu-bie.md)
- [接口的构造过程是怎样的](https://qcrao91.gitbook.io/go/interface/jie-kou-de-gou-zao-guo-cheng-shi-zen-yang-de.md)
- [编译器自动检测类型是否实现接口](https://qcrao91.gitbook.io/go/interface/bian-yi-qi-zi-dong-jian-ce-lei-xing-shi-fou-shi-xian-jie-kou.md)
- [类型转换和断言的区别](https://qcrao91.gitbook.io/go/interface/lei-xing-zhuan-huan-he-duan-yan-de-qu-bie.md)
- [接口的动态类型和动态值](https://qcrao91.gitbook.io/go/interface/jie-kou-de-dong-tai-lei-xing-he-dong-tai-zhi.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://qcrao91.gitbook.io/go/interface.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
