Fyne API fyne

fyne


import "fyne.io/fyne"

Usage

type URI

type URI interface {
	fmt.Stringer
	Extension() string
	MimeType() string
	Scheme() string
}

URI represents the identifier of a resource on a target system. This resource may be a file or another data source such as an app or file sharing system.