package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Oct 29, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
@Inject(name="tests.A", proxy="github.com/bincooo/sdk/tests.Hi")
@Router(path="/B")
@Inject(lazy="false", alias="tests.B", qualifier="[0~1]:tests.A")
@Router(method="POST", path="echo")
type Hi interface {
Echo(i int) error
Hi()
}
@Proxy(target="Test")
Source Files
¶
Click to show internal directories.
Click to hide internal directories.