Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Avatar ¶
type Avatar struct {
// contains filtered or unexported fields
}
Avatar represents the avatar object.
func (*Avatar) GetIsCustom ¶
type AvatarCacheServer ¶
type AvatarCacheServer struct {
// contains filtered or unexported fields
}
func ProvideAvatarCacheServer ¶
func ProvideAvatarCacheServer(cfg *setting.Cfg) *AvatarCacheServer
Access cache server singleton instance
func (*AvatarCacheServer) GetAvatarForHash ¶
func (a *AvatarCacheServer) GetAvatarForHash(cfg *setting.Cfg, hash string) *Avatar
func (*AvatarCacheServer) Handler ¶
func (a *AvatarCacheServer) Handler(ctx *contextmodel.ReqContext)
Click to show internal directories.
Click to hide internal directories.