Adressed comments from @n0rig on #83

Fixed digital ocean test fix, bumped comments up a little
This commit is contained in:
Dave Shanley
2023-02-20 05:54:28 -05:00
parent b72ccf3c06
commit def670dbba
4 changed files with 51 additions and 7 deletions

View File

@@ -7,6 +7,9 @@ import "net/url"
// DocumentConfiguration is used to configure the document creation process. It was added in v0.6.0 to allow
// for more fine-grained control over controls and new features.
//
// The default configuration will set AllowFileReferences to false and AllowRemoteReferences to false, which means
// any non-local (local being the specification, not the file system) references, will be ignored.
type DocumentConfiguration struct {
// if the document uses relative file references, this is the base url to use when resolving them.
BaseURL *url.URL