Adds basic documentation for internal packages (#43)

* Added basic documentation wireframe for api, commands, and forms.

* Added doc.go
This commit is contained in:
Carlos Vazquez
2018-10-31 01:42:54 +00:00
committed by Michael Mayer
parent 4c20c74e77
commit 00abbf1af5
13 changed files with 28 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ var ImportCommand = cli.Command{
Action: importAction,
}
// Imports photos from path defined in context arg; called by ImportCommand;
func importAction(context *cli.Context) error {
conf := photoprism.NewConfig(context)