We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d315cee commit 0ed0d1cCopy full SHA for 0ed0d1c
displayer.go
@@ -6,6 +6,8 @@ import "net/url"
6
// The text will appear on the plugin details page and can be multi-line.
7
// Markdown syntax is allowed. Good for providing dynamically generated instructions to the user.
8
// Location is the current location the user is accessing the API from, nil if not recoverable.
9
+// Location contains the path to the display api endpoint, you may only need the base url.
10
+// Example: https://gotify.net/plugin/5/display
11
type Displayer interface {
12
Plugin
13
GetDisplay(location *url.URL) string
0 commit comments