Documentation ¶
Index ¶
Constants ¶
View Source
const ( // PluginsPathName is the path prefix used to signify that // a name belongs to a plugin. PluginsPathName = "plugins" )
Variables ¶
This section is empty.
Functions ¶
func ParsePluginPath ¶
ParsePluginPath parses a string in the format <buf.build/owner/plugins/name> into remote, owner and name.
func ParsePluginVersionPath ¶
func ParsePluginVersionPath(pluginVersionPath string) (remote string, owner string, name string, version string, _ error)
ParsePluginVersionPath parses a string in the format <buf.build/owner/plugins/name[:version]> into remote, owner, name and version. The version is empty if not specified.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.