Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SomeRecord ¶
func (*SomeRecord) GetCollection ¶
func (r *SomeRecord) GetCollection() string
func (*SomeRecord) GetProfile ¶
func (r *SomeRecord) GetProfile() string
func (*SomeRecord) GetRKey ¶
func (r *SomeRecord) GetRKey() string
type Target ¶
type Target interface{}
func DetermineTarget ¶
DetermineTarget parses a string as a Bluesky-related URL. It recognizes the following inputs:
- Web URL: "https://bsky.app/..."
- ATproto URL: "at://..."
- Bare DID: "did:..."
type TargetRecord ¶
type TargetRecord interface { TargetWithProfile GetCollection() string GetRKey() string }
type TargetWithProfile ¶
type TargetWithProfile interface {
GetProfile() string
}
Click to show internal directories.
Click to hide internal directories.