PiwigoDirectoryUploader/internal/app/types.go

11 lines
241 B
Go
Raw Normal View History

package app
import "haefelfinger.net/piwigo/DirectoriesToAlbums/internal/pkg/piwigo/authentication"
type AppContext struct {
Piwigo *authentication.PiwigoContext
SessionId string
LocalRootPath string
ChunkSizeBytes int
}