media_types.go 236 B

123456789
  1. // Copyright 2018 The Gogs Authors. All rights reserved.
  2. // Use of this source code is governed by a MIT-style
  3. // license that can be found in the LICENSE file.
  4. package gogs
  5. const (
  6. MediaApplicationSHA = "application/vnd.gogs.sha"
  7. )