mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-18 13:12:17 +01:00
improving godoc for file package
This commit is contained in:
@@ -14,7 +14,9 @@ import (
|
|||||||
// File represents a file which has been created
|
// File represents a file which has been created
|
||||||
// from a request.
|
// from a request.
|
||||||
type File struct {
|
type File struct {
|
||||||
|
// Type is the kind of file.
|
||||||
Type Type
|
Type Type
|
||||||
|
// Path is the file path.
|
||||||
Path string
|
Path string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user