Backend: Update Go package descriptions to improve generated docs

see https://pkg.go.dev/github.com/photoprism/photoprism
This commit is contained in:
Michael Mayer 2022-04-25 10:45:09 +02:00
parent e59041e93f
commit 877a5be8e9
4 changed files with 29 additions and 3 deletions

View File

@ -1,6 +1,6 @@
/*
Package places encapsulates the PhotoPrism Places geolocation API.
Package places provides global location information to enrich metadata with location details.
Copyright (c) 2018 - 2022 PhotoPrism UG. All rights reserved.

View File

@ -1,6 +1,6 @@
/*
Package maps encapsulates external geolocation APIs.
Package maps provides a location lookup abstraction including a normalized list of countries.
Copyright (c) 2018 - 2022 PhotoPrism UG. All rights reserved.

View File

@ -1,6 +1,6 @@
/*
Package nsfw uses TensorFlow to detect images that may not be safe for work.
Package nsfw provides detection of images that are "not safe for work" based on various categories.
Copyright (c) 2018 - 2022 PhotoPrism UG. All rights reserved.

View File

@ -1,3 +1,29 @@
/*
Package service provides a registry for common services.
Copyright (c) 2018 - 2022 PhotoPrism UG. All rights reserved.
This program is free software: you can redistribute it and/or modify
it under Version 3 of the GNU Affero General Public License (the "AGPL"):
<https://docs.photoprism.app/license/agpl>
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
The AGPL is supplemented by our Trademark and Brand Guidelines,
which describe how our Brand Assets may be used:
<https://photoprism.app/trademark>
Feel free to send an email to hello@photoprism.app if you have questions,
want to support our work, or just want to say hello.
Additional information can be found in our Developer Guide:
<https://docs.photoprism.app/developer-guide/>
*/
package service
import (