package
Version:
v0.0.0-...-4cc3681
Opens a new window with list of versions in this module.
Published: Jan 13, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Item struct {
ID string `json:"id"`
Name string `json:"name"`
ShortName string `json:"shortName"`
Description string `json:"description"`
Kind string `json:"kind"`
}
type Options struct {
Fuzzy bool
Limit int
}
type Query struct {
Query string
}
type Result struct {
Count int64 `json:"count"`
Data []Item `json:"data"`
}
type StatusResponse struct {
Message string `json:"message"`
Code int `json:"code"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.