Fixing import for a quick 1.0.1
Signed-off-by: Kris Nóva <kris@nivenly.com>
This commit is contained in:
parent
22b5c3c752
commit
030b361d9e
2032 changed files with 26 additions and 821739 deletions
|
@ -6,7 +6,7 @@ import (
|
|||
|
||||
"github.com/kris-nova/logger"
|
||||
|
||||
photoprism "github.com/kris-nova/client-go"
|
||||
"github.com/kris-nova/photoprism-client-go"
|
||||
)
|
||||
|
||||
type SampleApplication struct {
|
||||
|
@ -23,8 +23,8 @@ var (
|
|||
CreateCommand = `pcreate`
|
||||
DestroyCommand = `pdestroy`
|
||||
LogsCommand = `plogs`
|
||||
StartCommand = `cd ../sample-app && bash -c "./pstart"`
|
||||
StopCommand = `pstop`
|
||||
StartCommand = `pstart`
|
||||
StopCommand = `pstop"`
|
||||
)
|
||||
|
||||
func (a *SampleApplication) Start() error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue