Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeResponseError ¶
Types ¶
type Document ¶
type Document struct {
// contains filtered or unexported fields
}
func (*Document) GetDefaultMountPoint ¶
func (*Document) GetMountPoint ¶
func (*Document) GetUserXdgRuntimeDir ¶
GetUserXdgRuntimeDir returns the runtime directory for the current user. TODO: find a better place for this: it could fit well in a generic portal.Desktop interface, or even in the "dirs" package (but then we'd lose caching, so it needs more thoughts).
type ResponseError ¶
type ResponseError struct {
// contains filtered or unexported fields
}
func (*ResponseError) Error ¶
func (u *ResponseError) Error() string
func (*ResponseError) Is ¶
func (u *ResponseError) Is(err error) bool
Click to show internal directories.
Click to hide internal directories.