Documentation ¶
Index ¶
- func SetDestinationPath(p string)
- func SetSourcePath(p string)
- func SetStaticPath(p string)
- type PairList
- func (pl *PairList) DeletePair(p string) error
- func (pl *PairList) GetFirstPairFromUser(user string) (string, error)
- func (pl *PairList) GetFirstPicture(p, user string) (string, error)
- func (pl *PairList) GetFirstUser(p string) (string, error)
- func (pl *PairList) GetPairsFromUser(user string) ([]string, error)
- func (pl *PairList) GetSecondPicture(p, user string) (string, error)
- func (pl *PairList) GetSecondUser(p string) (string, error)
- func (pl *PairList) IsFirstUser(p, user string) (bool, error)
- func (pl *PairList) NewPair(user string) (string, error)
- func (pl *PairList) SetMaxPairs(cnt int)
- func (pl *PairList) SetPicture(p, user, name string) error
- func (pl *PairList) SetSecondUser(p, user string) error
- func (pl *PairList) UnlockPicture(p, user string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetDestinationPath ¶
func SetDestinationPath(p string)
func SetSourcePath ¶
func SetSourcePath(p string)
func SetStaticPath ¶
func SetStaticPath(p string)
Types ¶
type PairList ¶
func (*PairList) DeletePair ¶
func (*PairList) GetFirstPairFromUser ¶
func (*PairList) GetFirstPicture ¶
func (*PairList) GetPairsFromUser ¶
func (*PairList) GetSecondPicture ¶
func (*PairList) SetMaxPairs ¶
func (*PairList) SetPicture ¶
func (*PairList) SetSecondUser ¶
func (*PairList) UnlockPicture ¶
Click to show internal directories.
Click to hide internal directories.