Home
last modified time | relevance | path

Searched defs:UpdatePost (Results 1 – 15 of 15) sorted by relevance

/dports/www/mattermost-server/mattermost-server-6.0.2/services/sharedchannel/
H A Dmock_AppIface_test.go376 func (_m *MockAppIface) UpdatePost(c *request.Context, post *model.Post, safeUpdate bool) (*model.P… func
H A Dservice.go55 UpdatePost(c *request.Context, post *model.Post, safeUpdate bool) (*model.Post, *model.AppError) methodSpec
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/go-writeas/v2/
H A Dpost.go141 func (c *Client) UpdatePost(id, token string, sp *PostParams) (*Post, error) { func
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dpost.go554 func (a *App) UpdatePost(c *request.Context, post *model.Post, safeUpdate bool) (*model.Post, *mode… func
H A Dplugin_api.go649 func (api *PluginAPI) UpdatePost(post *model.Post) (*model.Post, *model.AppError) { func
H A Dapp_iface.go1064 UpdatePost(c *request.Context, post *model.Post, safeUpdate bool) (*model.Post, *model.AppError) methodSpec
/dports/www/mattermost-server/mattermost-server-6.0.2/plugin/
H A Dapi_timer_layer_generated.go758 func (api *apiTimerLayer) UpdatePost(post *model.Post) (*model.Post, *model.AppError) { func
H A Dapi.go696 UpdatePost(post *model.Post) (*model.Post, *model.AppError) methodSpec
H A Dclient_rpc_generated.go3708 func (g *apiRPCClient) UpdatePost(post *model.Post) (*model.Post, *model.AppError) { func
3717 func (s *apiRPCServer) UpdatePost(args *Z_UpdatePostArgs, returns *Z_UpdatePostReturns) error { func
/dports/www/mattermost-server/mattermost-server-6.0.2/plugin/plugintest/
H A Dapi.go3389 func (_m *API) UpdatePost(post *model.Post) (*model.Post, *model.AppError) { func
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dclient4.go2832 func (c *Client4) UpdatePost(postId string, post *Post) (*Post, *Response) { func
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dclient4.go2904 func (c *Client4) UpdatePost(postId string, post *Post) (*Post, *Response) { func
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v6/model/
H A Dclient4.go3568 func (c *Client4) UpdatePost(postId string, post *Post) (*Post, *Response, error) { func
/dports/www/mattermost-server/mattermost-server-6.0.2/model/
H A Dclient4.go3568 func (c *Client4) UpdatePost(postId string, post *Post) (*Post, *Response, error) { func
/dports/www/mattermost-server/mattermost-server-6.0.2/app/opentracing/
H A Dopentracing_layer.go16330 func (a *OpenTracingAppLayer) UpdatePost(c *request.Context, post *model.Post, safeUpdate bool) (*m… func