Documentation
¶
Index ¶
- func ConfigDir() (string, error)
- func DoFollow(client *xrpc.Client, filePath string, w io.Writer) error
- func DoFollows(client *xrpc.Client, handle string, w io.Writer) error
- func Int64p(i *int64) int64
- func MakeXRPCC(cCtx *cli.Context) (*xrpc.Client, error)
- func ParseCid(cidUrl *string) (cidDecode.Cid, string, error)
- func PrintPost(p *bsky.FeedDefs_PostView)
- func StringPtr(s string) *string
- func Stringp(s *string) string
- func Timep(s string) time.Time
- type Config
- type ConfigManager
- type LocalFileConfigManager
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintPost ¶
func PrintPost(p *bsky.FeedDefs_PostView)
Types ¶
type Config ¶
type ConfigManager ¶
type LocalFileConfigManager ¶
type LocalFileConfigManager struct {
Path string
}
func (*LocalFileConfigManager) LoadConfig ¶
func (m *LocalFileConfigManager) LoadConfig() (*Config, error)
func (*LocalFileConfigManager) SaveConfig ¶
func (m *LocalFileConfigManager) SaveConfig(cfg *Config) error
Click to show internal directories.
Click to hide internal directories.