Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
type App struct {
GCPSvc GCPSvc
}
func (*App) HandleError ¶
HandleError handles errors
func (*App) HandleSaveText ¶
func (app *App) HandleSaveText(w http.ResponseWriter, r *http.Request)
HandleSaveText saves text
type GCPService ¶
type GCPService struct {
// contains filtered or unexported fields
}
GCPService GCP Service struct
func (*GCPService) CreateFile ¶
func (svc *GCPService) CreateFile(ctx context.Context, name, content string) error
type SaveTextReqData ¶
Click to show internal directories.
Click to hide internal directories.