func (m *InternalRaftRequest) CopyFrom(src interface{}) {

    o := src.(*InternalRaftRequest)
    *m = *o
    if o.Action != nil {