Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoogleSlides ¶
type GoogleSlides struct {
// contains filtered or unexported fields
}
func NewGoogleSlides ¶
func NewGoogleSlides(logger logger.Logger, slideService *slides.Service) GoogleSlides
func (*GoogleSlides) GetAllText ¶
func (g *GoogleSlides) GetAllText(ctx context.Context, slidesID string) ([]TextOnSlide, error)
GetLinks iterates through all text objects in slides, retrieve the link data within it
func (*GoogleSlides) UpdateText ¶
func (g *GoogleSlides) UpdateText(ctx context.Context, slidesID string, textReplaceRequest []TextOnSlideReplacer) error
type TextOnSlide ¶
func FilterForURLs ¶
func FilterForURLs(items []TextOnSlide) []TextOnSlide
FilterForURLs - DO NOT USE
type TextOnSlideReplacer ¶
Click to show internal directories.
Click to hide internal directories.