image.go 95 B

123456789
  1. package controller
  2. import (
  3. "github.com/gin-gonic/gin"
  4. )
  5. func GetImage(c *gin.Context) {
  6. }